[gd_scene load_steps=5 format=2] [ext_resource path="res://scenes/levels/reactiontest.gd" type="Script" id=1] [ext_resource path="res://components/button.tscn" type="PackedScene" id=2] [ext_resource path="res://fonts/Flipps_Theme.tres" type="Theme" id=3] [ext_resource path="res://textures/colors/light_blue.png" type="Texture" id=4] [node name="Level2" type="Node2D"] position = Vector2( 640, 320 ) script = ExtResource( 1 ) [node name="Sprite" type="Sprite" parent="."] position = Vector2( -54.0326, 16.9514 ) scale = Vector2( 931.209, 615.489 ) texture = ExtResource( 4 ) [node name="ButtonHolder" type="Node2D" parent="."] [node name="Button" parent="ButtonHolder" instance=ExtResource( 2 )] position = Vector2( -370.845, -187.832 ) text = "1" fixed_width = 30 [node name="Button2" parent="ButtonHolder" instance=ExtResource( 2 )] position = Vector2( -256.483, 79.5727 ) text = "2" fixed_width = 30 [node name="Button3" parent="ButtonHolder" instance=ExtResource( 2 )] position = Vector2( 269.918, 246.07 ) text = "3" fixed_width = 30 [node name="Button4" parent="ButtonHolder" instance=ExtResource( 2 )] position = Vector2( -401.118, 15.6646 ) text = "4" fixed_width = 30 [node name="Button5" parent="ButtonHolder" instance=ExtResource( 2 )] position = Vector2( -130.349, -46.5617 ) text = "5" fixed_width = 30 [node name="Button6" parent="ButtonHolder" instance=ExtResource( 2 )] position = Vector2( -158.94, 224.207 ) text = "6" fixed_width = 30 [node name="Button7" parent="ButtonHolder" instance=ExtResource( 2 )] position = Vector2( 128.647, 79.5727 ) text = "7" fixed_width = 30 [node name="Button8" parent="ButtonHolder" instance=ExtResource( 2 )] position = Vector2( 21.0123, -209.696 ) text = "8" fixed_width = 30 [node name="Button9" parent="ButtonHolder" instance=ExtResource( 2 )] position = Vector2( 216.1, -39.8346 ) text = "9" fixed_width = 30 [node name="TimerLabel" type="Label" parent="."] margin_left = -511.088 margin_top = -285.67 margin_right = -387.088 margin_bottom = -204.67 theme = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false }