mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-22 21:43:13 +00:00
Hide Flip/Rotate buttons where it is unnecessary
This commit is contained in:
parent
c37295ef3b
commit
0193a92b09
3 changed files with 19 additions and 1 deletions
|
@ -5,3 +5,9 @@
|
|||
|
||||
[node name="ToolOptions" instance=ExtResource("1")]
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="Flip" parent="." index="4"]
|
||||
visible = false
|
||||
|
||||
[node name="Rotate" parent="." index="5"]
|
||||
visible = false
|
||||
|
|
|
@ -16,7 +16,13 @@ suffix = "px"
|
|||
global_increment_action = "brush_size_increment"
|
||||
global_decrement_action = "brush_size_decrement"
|
||||
|
||||
[node name="Brush" parent="." index="3"]
|
||||
[node name="Flip" parent="." index="3"]
|
||||
visible = false
|
||||
|
||||
[node name="Rotate" parent="." index="4"]
|
||||
visible = false
|
||||
|
||||
[node name="Brush" parent="." index="5"]
|
||||
visible = false
|
||||
|
||||
[connection signal="value_changed" from="ThicknessSlider" to="." method="_on_Thickness_value_changed"]
|
||||
|
|
|
@ -5,3 +5,9 @@
|
|||
|
||||
[node name="ToolOptions" instance=ExtResource("1")]
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="Flip" parent="." index="4"]
|
||||
visible = false
|
||||
|
||||
[node name="Rotate" parent="." index="5"]
|
||||
visible = false
|
||||
|
|
Loading…
Add table
Reference in a new issue