mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 12:14:42 -04:00
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:
parent
4ea56363bf
commit
543e9d9008
4 changed files with 14 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue