Finally_jam_version

This commit is contained in:
2024-12-09 13:23:34 +04:00
parent 2a597676e6
commit 8803c46a96
5 changed files with 205 additions and 3 deletions

3
UI/construct.gd Normal file
View File

@@ -0,0 +1,3 @@
extends Button
# Called when the node enters the

32
UI/control.tscn Normal file
View File

@@ -0,0 +1,32 @@
[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 = "Дорога"