summaryrefslogtreecommitdiff
path: root/scenes/levels/reactiontest.tscn
blob: fc85dbc401503fb8ebb77a7a4ab5c1642f257bcb (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
[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 = -625.51
margin_top = -296.265
margin_right = -501.51
margin_bottom = -215.265
theme = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}