summaryrefslogtreecommitdiff
path: root/scenes/levels/typeracer.tscn
blob: 60a13b0684f7ab3db49f26ade367f7853e3df41c (plain)
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
[gd_scene load_steps=7 format=2]

[ext_resource path="res://scenes/levels/typeracer.gd" type="Script" id=1]
[ext_resource path="res://textures/colors/light_blue.png" type="Texture" id=2]
[ext_resource path="res://components/button.tscn" type="PackedScene" id=3]
[ext_resource path="res://textures/icons/arrow.png" type="Texture" id=4]
[ext_resource path="res://textures/icons/arrow2.png" type="Texture" id=5]

[sub_resource type="AnimatedTexture" id=1]
frames = 2
frame_0/texture = ExtResource( 4 )
frame_1/texture = ExtResource( 5 )
frame_1/delay_sec = 0.0

[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )

[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 38.5719, 3.86911 )
scale = Vector2( 950.266, 616.154 )
texture = ExtResource( 2 )

[node name="TextEdit" type="TextEdit" parent="."]
margin_left = -187.0
margin_top = -248.0
margin_right = 470.0
margin_bottom = 29.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Label" type="Label" parent="."]
margin_left = -421.534
margin_top = -23.0214
margin_right = 239.466
margin_bottom = 288.979
text = "Hey Matt,

this is outrageous!
I can't believe Marcus' Pizza Palace
would go down just like that.
We HAVE to investigate.
See you at 9.

Tom"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TimeLabel" type="Label" parent="."]
margin_left = -397.897
margin_top = -237.041
margin_right = -225.897
margin_bottom = -191.041
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Button" parent="." instance=ExtResource( 3 )]
position = Vector2( 421.125, 81.956 )
text = "Send"

[node name="Incorrect" type="Label" parent="."]
margin_left = -344.613
margin_top = -295.534
margin_right = 461.387
margin_bottom = -260.534
text = "The text you wrote is not an exact copy of the template"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Sprite2" type="Sprite" parent="."]
position = Vector2( 147.157, 130.339 )
rotation = 0.363028
scale = Vector2( -5.362, 5.362 )
texture = SubResource( 1 )
[connection signal="text_changed" from="TextEdit" to="." method="_on_TextEdit_text_changed"]
[connection signal="on_click" from="Button" to="." method="_on_Button_on_click"]