a game about throwing hammers made for the github game off
Diffstat (limited to 'ui/start.tscn')
| -rw-r--r-- | ui/start.tscn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/start.tscn b/ui/start.tscn index 24d556e..7027255 100644 --- a/ui/start.tscn +++ b/ui/start.tscn @@ -33,6 +33,7 @@ focus = NodePath("VBox/StartButton") metadata/_edit_vertical_guides_ = [] [node name="VBox" type="VBoxContainer" parent="."] +layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 @@ -46,18 +47,21 @@ grow_horizontal = 2 grow_vertical = 2 [node name="StartButton" type="Button" parent="VBox"] +layout_mode = 2 offset_right = 172.0 offset_bottom = 43.0 text = "start" script = SubResource("GDScript_52jbq") [node name="CfgButtton" type="Button" parent="VBox"] +layout_mode = 2 offset_top = 47.0 offset_right = 172.0 offset_bottom = 90.0 text = "configure" [node name="ExitButton" type="Button" parent="VBox"] +layout_mode = 2 offset_top = 94.0 offset_right = 172.0 offset_bottom = 137.0 @@ -67,6 +71,7 @@ script = SubResource("GDScript_vtoxm") [node name="cfg" parent="." instance=ExtResource("2_sqamp")] unique_name_in_owner = true visible = false +layout_mode = 1 [connection signal="pressed" from="VBox/CfgButtton" to="cfg" method="open"] [connection signal="close" from="cfg" to="." method="open"] |