-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlevel.tscn
73 lines (62 loc) · 1.84 KB
/
level.tscn
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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://level.gd" type="Script" id=1]
[ext_resource path="res://grandma.tscn" type="PackedScene" id=2]
[ext_resource path="res://field.tscn" type="PackedScene" id=3]
[ext_resource path="res://spawner.tscn" type="PackedScene" id=4]
[node name="level" type="Node2D" groups=[
"level",
]]
position = Vector2( 540, 1800 )
script = ExtResource( 1 )
[node name="back" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -540.0
margin_top = -1800.0
margin_right = 540.0
margin_bottom = 120.0
grow_horizontal = 2
grow_vertical = 0
rect_min_size = Vector2( 1080, 1920 )
color = Color( 0, 0, 0, 0.313726 )
[node name="screen" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -525.0
margin_top = -1800.0
margin_right = 525.0
grow_horizontal = 2
grow_vertical = 0
color = Color( 1, 1, 1, 0.313726 )
[node name="grandma" parent="." instance=ExtResource( 2 )]
[node name="field" parent="." instance=ExtResource( 3 )]
anchor_left = 0.5
anchor_right = 0.5
anchor_bottom = 0.0
margin_top = -1800.0
margin_bottom = -1800.0
[node name="spawner0" parent="." instance=ExtResource( 4 )]
position = Vector2( -525, -75 )
queue_color = PoolColorArray( 0.772549, 0.788235, 0.341176, 1 )
tick_color = PoolIntArray( 14 )
tick_offset = 3
[node name="spawner1" parent="." instance=ExtResource( 4 )]
position = Vector2( -525, -225 )
[node name="spawner2" parent="." instance=ExtResource( 4 )]
position = Vector2( 525, -225 )
tick_offset = 15
[node name="spawner3" parent="." instance=ExtResource( 4 )]
position = Vector2( 525, -75 )
[node name="debug_tick" type="Label" parent="."]
visible = false
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -135.0
margin_bottom = 60.0
grow_horizontal = 0
rect_scale = Vector2( 2, 2 )
text = "0"
align = 1
valign = 1