Hide pressure sensitivity settings

Due to complications and priority shifts, tablet pen pressure sensitivity will not be included in v0.6.2
This commit is contained in:
OverloadedOrama 2020-02-14 18:26:03 +02:00
parent 4ea56363bf
commit 543e9d9008
4 changed files with 14 additions and 8 deletions

View file

@ -51,6 +51,7 @@ margin_bottom = 66.0
[node name="General Options" type="Label" parent="HSplitContainer/ScrollContainer/VBoxContainer/General"]
margin_right = 334.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 28 )
text = "General Options"
[node name="SmoothZoom" type="CheckBox" parent="HSplitContainer/ScrollContainer/VBoxContainer/General"]
@ -62,6 +63,7 @@ pressed = true
text = "Smooth Zoom"
[node name="PressureSentivity" type="HBoxContainer" parent="HSplitContainer/ScrollContainer/VBoxContainer/General"]
visible = false
margin_top = 46.0
margin_right = 334.0
margin_bottom = 66.0