-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnod933C.tmp
More file actions
178 lines (156 loc) · 4.67 KB
/
Copy pathnod933C.tmp
File metadata and controls
178 lines (156 loc) · 4.67 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
[gd_scene load_steps=7 format=3 uid="uid://b524s0bjjh1sk"]
[ext_resource type="Script" path="res://grid_container.gd" id="1_byxcb"]
[ext_resource type="Texture2D" uid="uid://dousufjnfy2if" path="res://rsc/img/main_background.png" id="1_qruxa"]
[ext_resource type="Texture2D" uid="uid://bb3nu7scicd8o" path="res://rsc/img/hand.png" id="2_kkjwc"]
[ext_resource type="Theme" uid="uid://7xe3ua6la8hr" path="res://new_theme.tres" id="3_2u571"]
[ext_resource type="Texture2D" uid="uid://bgr8o5diwl516" path="res://rsc/img/watch_background.png" id="3_cuv7l"]
[ext_resource type="AudioStream" uid="uid://ccdkbnmd7ntnj" path="res://audio/voicebot1_main/GP_opening.mp3" id="3_i0mts"]
[node name="Node2D" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Background" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -288.0
offset_top = -162.0
offset_right = 288.0
offset_bottom = 162.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_qruxa")
[node name="Hand" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -288.0
offset_top = -162.0
offset_right = 288.0
offset_bottom = 162.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_kkjwc")
[node name="WatchBG" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -288.0
offset_top = -162.0
offset_right = 288.0
offset_bottom = 162.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("3_cuv7l")
[node name="GridContainer" type="GridContainer" parent="WatchBG"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.381
anchor_top = 0.492
anchor_right = 0.535
anchor_bottom = 0.737
offset_left = 0.631958
offset_top = -0.223999
offset_right = -0.480042
offset_bottom = -0.364075
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("3_2u571")
theme_override_constants/h_separation = 2
theme_override_constants/v_separation = 1
columns = 3
script = ExtResource("1_byxcb")
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="WatchBG/GridContainer"]
stream = ExtResource("3_i0mts")
[node name="BeepPlayer" type="AudioStreamPlayer" parent="WatchBG/GridContainer"]
[node name="Button1" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
size_flags_stretch_ratio = 0.0
text = "1"
[node name="Button2" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "2"
[node name="Button3" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "3"
[node name="Button4" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "4"
[node name="Button5" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "5"
[node name="Button6" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "6"
[node name="Button7" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "7"
[node name="Button8" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "8"
[node name="Button9" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "9"
[node name="ButtonHash" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "#"
[node name="Button0" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "0"
[node name="ButtonAst" type="Button" parent="WatchBG/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/outline_size = 4
theme_override_constants/h_separation = 7
theme_override_constants/icon_max_width = 6
theme_override_constants/align_to_largest_stylebox = 7
text = "*"
[node name="TextureProgressBar" type="TextureProgressBar" parent="WatchBG"]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
value = 100.0
[node name="CurNum" type="Label" parent="WatchBG"]
layout_mode = 2
anchor_left = 0.458
anchor_top = 0.5
anchor_right = 0.458
anchor_bottom = 0.5
offset_left = -133.424
offset_top = -74.0
offset_right = 130.576
offset_bottom = -40.0
theme = ExtResource("3_2u571")
text = "
"
horizontal_alignment = 1
vertical_alignment = 1