Finally_jam_version
This commit is contained in:
3
UI/construct.gd
Normal file
3
UI/construct.gd
Normal file
@@ -0,0 +1,3 @@
|
||||
extends Button
|
||||
|
||||
# Called when the node enters the
|
||||
32
UI/control.tscn
Normal file
32
UI/control.tscn
Normal 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 = "Дорога"
|
||||
Reference in New Issue
Block a user