This commit is contained in:
2025-12-09 20:57:36 +08:00
3 changed files with 22 additions and 11 deletions
+3
View File
@@ -964,6 +964,7 @@ grow_horizontal = 0
grow_vertical = 0
[node name="ActionButtonContainer" type="VBoxContainer" parent="ActionMenu"]
visible = false
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
@@ -974,11 +975,13 @@ layout_mode = 2
text = "Move"
[node name="GrabButton" type="Button" parent="ActionMenu/ActionButtonContainer"]
visible = false
custom_minimum_size = Vector2(100, 100)
layout_mode = 2
text = "Grab"
[node name="PutButton" type="Button" parent="ActionMenu/ActionButtonContainer"]
visible = false
custom_minimum_size = Vector2(100, 100)
layout_mode = 2
text = "Put"