1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-15 18:13:15 +00:00

Implemented proposed changed, Also added a VFlowContainer for Rotate options

This commit is contained in:
Variable 2024-10-14 16:14:23 +05:00
parent 6524aeec42
commit 26316e3da7

View file

@ -41,17 +41,13 @@ flat = true
[node name="GridContainer" type="GridContainer" parent="RotationOptions" index="1"]
visible = false
layout_mode = 2
columns = 3
columns = 2
[node name="FlipLabel" type="Label" parent="RotationOptions/GridContainer" index="0"]
layout_mode = 2
text = "Flip"
text = "Flip:"
[node name="Colon" type="Label" parent="RotationOptions/GridContainer" index="1"]
layout_mode = 2
text = ":"
[node name="Flip" type="HBoxContainer" parent="RotationOptions/GridContainer" index="2"]
[node name="Flip" type="HBoxContainer" parent="RotationOptions/GridContainer" index="1"]
layout_mode = 2
size_flags_horizontal = 3
@ -67,15 +63,12 @@ layout_mode = 2
mouse_default_cursor_shape = 2
text = "Y"
[node name="RotateLabel" type="Label" parent="RotationOptions/GridContainer" index="3"]
[node name="RotateLabel" type="Label" parent="RotationOptions/GridContainer" index="2"]
layout_mode = 2
text = "Rotate"
size_flags_vertical = 0
text = "Rotate:"
[node name="Colon2" type="Label" parent="RotationOptions/GridContainer" index="4"]
layout_mode = 2
text = ":"
[node name="Rotate" type="HBoxContainer" parent="RotationOptions/GridContainer" index="5"]
[node name="Rotate" type="HFlowContainer" parent="RotationOptions/GridContainer" index="3"]
layout_mode = 2
size_flags_horizontal = 3