-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainScene.tscn
More file actions
90 lines (72 loc) · 2.29 KB
/
MainScene.tscn
File metadata and controls
90 lines (72 loc) · 2.29 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
[gd_scene load_steps=7 format=3 uid="uid://bvjes4dqxmily"]
[ext_resource type="Script" path="res://main_scene.gd" id="1_55j4o"]
[sub_resource type="Curve" id="Curve_3gfvg"]
[sub_resource type="CurveXYZTexture" id="CurveXYZTexture_hd0i4"]
curve_x = SubResource("Curve_3gfvg")
[sub_resource type="LabelSettings" id="LabelSettings_obvva"]
font_size = 30
font_color = Color(1, 0, 0, 1)
[sub_resource type="LabelSettings" id="LabelSettings_lul3g"]
font_size = 65
[sub_resource type="LabelSettings" id="LabelSettings_efdt0"]
font_size = 60
[node name="MainScene" type="Node2D"]
script = ExtResource("1_55j4o")
[node name="TextureRect" type="TextureRect" parent="."]
offset_left = -10.0
offset_top = -14.0
offset_right = 1176.0
offset_bottom = 680.0
texture = SubResource("CurveXYZTexture_hd0i4")
[node name="error_label" type="Label" parent="."]
visible = false
offset_left = -1.0
offset_top = 217.0
offset_right = 1149.0
offset_bottom = 374.0
text = "Incorrect!"
label_settings = SubResource("LabelSettings_obvva")
horizontal_alignment = 1
vertical_alignment = 1
[node name="main_label" type="Label" parent="."]
offset_left = 1.0
offset_top = 37.0
offset_right = 1151.0
offset_bottom = 194.0
text = "Starting in 3"
label_settings = SubResource("LabelSettings_lul3g")
horizontal_alignment = 1
vertical_alignment = 1
metadata/_edit_use_anchors_ = true
[node name="Time_label" type="Label" parent="."]
visible = false
offset_left = 485.0
offset_top = 529.0
offset_right = 668.0
offset_bottom = 612.0
text = "0.000s"
label_settings = SubResource("LabelSettings_efdt0")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
offset_top = 529.0
offset_right = 1154.0
offset_bottom = 612.0
alignment = 1
metadata/_edit_use_anchors_ = true
[node name="start_timer" type="Timer" parent="."]
[node name="time_out_timer" type="Timer" parent="."]
wait_time = 2.5
one_shot = true
[node name="temp_false_timer" type="Timer" parent="."]
wait_time = 2.5
one_shot = true
[node name="temp_correct_timer" type="Timer" parent="."]
one_shot = true
[node name="question_bar" type="ProgressBar" parent="."]
offset_left = 1.0
offset_top = 445.0
offset_right = 1150.0
offset_bottom = 498.0
step = 1.0
show_percentage = false
metadata/_edit_use_anchors_ = true
[connection signal="timeout" from="time_out_timer" to="." method="_on_time_out_timer_timeout"]