half-earth/half-earth/nodes/ui/mode_selection_ui.tscn
2022-12-12 23:40:01 +00:00

20 lines
500 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/ui/ModeSelectionUI.cs" type="Script" id=1]
[node name="Mode Selection UI" type="Control"]
anchor_top = 1.0
anchor_bottom = 1.0
margin_top = -600.0
margin_bottom = -600.0
script = ExtResource( 1 )
[node name="Build Mode" type="Button" parent="."]
margin_left = 2.0
margin_top = 562.0
margin_right = 38.0
margin_bottom = 598.0
text = "[B] Build Mode"
[connection signal="pressed" from="Build Mode" to="." method="EnableBuildMode"]