-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.tscn
44 lines (37 loc) · 1.08 KB
/
Settings.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[gd_scene load_steps=2 format=3 uid="uid://hj8ey68yb2tg"]
[ext_resource type="Script" path="res://Settings.gd" id="1_1btmc"]
[node name="Settings" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_1btmc")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 50.0
offset_right = 90.0
offset_bottom = 23.0
[node name="PlayerStats" type="Label" parent="."]
layout_mode = 0
offset_left = 50.0
offset_top = 100.0
offset_right = 90.0
offset_bottom = 123.0
[node name="MoreEnemies" type="Button" parent="."]
layout_mode = 0
offset_left = 50.0
offset_top = 150.0
offset_right = 269.0
offset_bottom = 181.0
text = "More enemies and puzzles (10000 Gold)"
[node name="Start" type="Button" parent="."]
layout_mode = 0
offset_left = 50.0
offset_top = 250.0
offset_right = 111.0
offset_bottom = 281.0
text = "START!"
[connection signal="pressed" from="MoreEnemies" to="." method="_on_more_enemies_pressed"]
[connection signal="pressed" from="Start" to="." method="_on_start_pressed"]