[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"]