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

cursor shape to pointing hand

This commit is contained in:
RorotoSic 2024-03-08 16:53:43 +01:00
parent 3062afe73f
commit c970e00982

View file

@ -46,10 +46,12 @@ layout_mode = 2
[node name="FlipX" type="CheckBox" parent="Flip" index="0"]
layout_mode = 2
mouse_default_cursor_shape = 2
text = "Flip X"
[node name="FlipY" type="CheckBox" parent="Flip" index="1"]
layout_mode = 2
mouse_default_cursor_shape = 2
text = "Flip Y"
[node name="Rotate" type="HBoxContainer" parent="." index="4"]
@ -58,16 +60,19 @@ layout_mode = 2
[node name="Rotate90" type="CheckBox" parent="Rotate" index="0"]
layout_mode = 2
mouse_default_cursor_shape = 2
button_group = SubResource("ButtonGroup_7u3x0")
text = "R 90"
[node name="Rotate180" type="CheckBox" parent="Rotate" index="1"]
layout_mode = 2
mouse_default_cursor_shape = 2
button_group = SubResource("ButtonGroup_7u3x0")
text = "R 180"
[node name="Rotate270" type="CheckBox" parent="Rotate" index="2"]
layout_mode = 2
mouse_default_cursor_shape = 2
button_group = SubResource("ButtonGroup_7u3x0")
text = "R 270"