33 lines
743 B
Plaintext
33 lines
743 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://ceju5kxboqm1r"]
|
|
|
|
[ext_resource type="Script" path="res://UI/construct.gd" id="1_g0ew0"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Construct" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
text = "Конструкция"
|
|
script = ExtResource("1_g0ew0")
|
|
|
|
[node name="Destroy" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_top = 40.0
|
|
offset_right = 92.0
|
|
offset_bottom = 71.0
|
|
text = "Демонтаж"
|
|
|
|
[node name="Road" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_top = 80.0
|
|
offset_right = 66.0
|
|
offset_bottom = 111.0
|
|
text = "Дорога"
|