19 lines
430 B
Plaintext
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"]
|