half-earth/half-earth/nodes/ui/build_mode_ui.tscn
2022-12-10 18:25:00 +01:00

19 lines
430 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/ui/BuildModeUI.cs" type="Script" id=1]
[node name="Build Mode" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="Exit" type="Button" parent="."]
anchor_top = 1.0
anchor_bottom = 1.0
margin_top = -40.0
margin_right = 40.0
grow_vertical = 0
text = "Exit"
[connection signal="pressed" from="Exit" to="." method="Exit"]