-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tscn
80 lines (67 loc) · 1.89 KB
/
main.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[gd_scene load_steps=4 format=3 uid="uid://d0ughlguy8gry"]
[ext_resource type="Script" path="res://scripts/main.gd" id="1_u1mjs"]
[ext_resource type="Script" path="res://scripts/RefRectCustomTouchBtn.gd" id="2_a8aom"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_05ssn"]
size = Vector2(120, 70)
[node name="Main" type="Node"]
script = ExtResource("1_u1mjs")
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Label" type="Label" parent="Control"]
layout_mode = 0
offset_right = 40.0
offset_bottom = 23.0
text = "test"
[node name="Label2" type="Label" parent="Control"]
layout_mode = 0
offset_left = 1.0
offset_top = 704.0
offset_right = 41.0
offset_bottom = 727.0
text = "test"
[node name="Button" type="Button" parent="Control"]
visible = false
layout_mode = 0
offset_left = 406.0
offset_top = 11.0
offset_right = 525.0
offset_bottom = 82.0
[node name="TouchScreenButton" type="TouchScreenButton" parent="Control"]
position = Vector2(467, 122)
shape = SubResource("RectangleShape2D_05ssn")
[node name="RefRectCustomTouchBtn" type="ReferenceRect" parent="Control/TouchScreenButton"]
offset_left = -60.0
offset_top = -35.0
offset_right = 60.0
offset_bottom = 35.0
editor_only = false
script = ExtResource("2_a8aom")
[node name="Label3" type="Label" parent="Control"]
layout_mode = 0
offset_left = 407.0
offset_top = 163.0
offset_right = 447.0
offset_bottom = 186.0
text = "test"
[node name="Label4" type="Label" parent="Control"]
offset_left = 407.0
offset_top = 239.0
offset_right = 447.0
offset_bottom = 262.0
text = "test"
[node name="Label5" type="Label" parent="Control"]
layout_mode = 0
offset_left = 238.0
offset_top = 864.0
offset_right = 278.0
offset_bottom = 887.0
text = "test"
[node name="Fivesectimer" type="Timer" parent="."]
wait_time = 3.0
one_shot = true
autostart = true