-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLevel_OutsideXZ.tscn
126 lines (96 loc) · 5.48 KB
/
Level_OutsideXZ.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[gd_scene load_steps=15 format=2]
[ext_resource path="res://CameraRootNode.tscn" type="PackedScene" id=1]
[ext_resource path="res://tilemap.tres" type="TileSet" id=2]
[ext_resource path="res://Door.tscn" type="PackedScene" id=3]
[ext_resource path="res://Collectables.tscn" type="PackedScene" id=4]
[ext_resource path="res://PlayerNode.tscn" type="PackedScene" id=5]
[ext_resource path="res://LevelScript.gd" type="Script" id=6]
[ext_resource path="res://UI_Group.tscn" type="PackedScene" id=7]
[ext_resource path="res://Enemy.tscn" type="PackedScene" id=8]
[ext_resource path="res://Collectables7.gd" type="Script" id=9]
[ext_resource path="res://MusicDoor.wav" type="AudioStream" id=10]
[ext_resource path="res://MusicCollect.wav" type="AudioStream" id=11]
[ext_resource path="res://MusicFail.wav" type="AudioStream" id=12]
[ext_resource path="res://MusicJump.wav" type="AudioStream" id=13]
[ext_resource path="res://Images/inside_back.png" type="Texture" id=14]
[node name="World" type="Node2D"]
script = ExtResource( 6 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 643, 175 )
scale = Vector2( 3.99571, 2.86 )
texture = ExtResource( 14 )
[node name="Door_X1" parent="." instance=ExtResource( 3 )]
position = Vector2( 161.154, 263.092 )
path_to_scene = "res://Level_InsideXZ.tscn"
[node name="Door_X2" parent="." instance=ExtResource( 3 )]
position = Vector2( 516.995, 167.76 )
path_to_scene = "res://Level_InsideXZ.tscn"
[node name="Door_Z1" parent="." instance=ExtResource( 3 )]
position = Vector2( 1149, 139 )
path_to_scene = "res://Level_InsideXZ.tscn"
[node name="Door_lf_outToZ" parent="." instance=ExtResource( 3 )]
visible = false
position = Vector2( 1, 235 )
scale = Vector2( 0.3, 9.12 )
path_to_scene = "res://Level_OutsideZ.tscn"
[node name="Door_rt_outToX" parent="." instance=ExtResource( 3 )]
visible = false
position = Vector2( 1235, 226 )
scale = Vector2( 0.3, 9.04 )
path_to_scene = "res://Level_OutsideZ.tscn"
[node name="TileMap" type="TileMap" parent="."]
scale = Vector2( 0.5, 0.5 )
tile_set = ExtResource( 2 )
collision_layer = 8
collision_mask = 5
format = 1
tile_data = PoolIntArray( 20, 9, 0, 21, 10, 0, 22, 10, 0, 23, 8, 0, 65553, 9, 0, 65554, 8, 0, 65569, 9, 0, 65570, 10, 0, 65571, 10, 0, 65572, 10, 0, 65573, 10, 0, 65574, 8, 0, 131097, 9, 0, 131098, 10, 0, 131099, 10, 0, 131100, 10, 0, 131101, 8, 0, 262166, 9, 0, 262167, 10, 0, 262168, 10, 0, 262169, 8, 0, 327680, 9, 0, 327681, 8, 0, 327711, 9, 0, 327712, 8, 0, 327714, 9, 0, 327715, 10, 0, 327716, 10, 0, 327717, 10, 0, 327718, 8, 0, 393228, 9, 0, 393229, 10, 0, 393230, 10, 0, 393231, 10, 0, 393232, 8, 0, 458761, 11, 0, 458778, 9, 0, 458779, 10, 0, 458780, 10, 0, 458781, 8, 0, 524296, 9, 0, 524297, 8, 0, 589825, 9, 0, 589826, 10, 0, 589827, 10, 0, 589828, 10, 0, 589829, 8, 0, 589831, 9, 0, 589832, 10, 0, 589833, 8, 0, 589838, 9, 0, 589839, 10, 0, 589840, 8, 0, 589847, 9, 0, 589848, 10, 0, 589849, 8, 0, 720932, 9, 0, 720933, 10, 0, 720934, 10, 0, 720935, 8, 0 )
[node name="PlayerNode" parent="." instance=ExtResource( 5 )]
position = Vector2( 38.6812, 0 )
scale = Vector2( 1.5, 1.5 )
[node name="MusicJump" type="AudioStreamPlayer2D" parent="PlayerNode"]
position = Vector2( -29.9323, -168.817 )
scale = Vector2( 0.666667, 0.666667 )
stream = ExtResource( 13 )
[node name="Jjokji7" parent="." instance=ExtResource( 4 )]
position = Vector2( 710, -29 )
scale = Vector2( 0.7, 0.7 )
script = ExtResource( 9 )
[node name="Enemy" parent="." instance=ExtResource( 8 )]
position = Vector2( 472, 175 )
[node name="Enemy2" parent="." instance=ExtResource( 8 )]
position = Vector2( 78, 269 )
[node name="Enemy11" parent="." instance=ExtResource( 8 )]
position = Vector2( 302, 206 )
[node name="Enemy3" parent="." instance=ExtResource( 8 )]
position = Vector2( 894, 47 )
[node name="Enemy4" parent="." instance=ExtResource( 8 )]
position = Vector2( 891, 202 )
[node name="Enemy5" parent="." instance=ExtResource( 8 )]
position = Vector2( 745, 112 )
[node name="Enemy6" parent="." instance=ExtResource( 8 )]
position = Vector2( 780, 269 )
[node name="Enemy7" parent="." instance=ExtResource( 8 )]
position = Vector2( 1025, 137 )
[node name="Enemy8" parent="." instance=ExtResource( 8 )]
position = Vector2( 1140, 10 )
[node name="Enemy9" parent="." instance=ExtResource( 8 )]
position = Vector2( 489, 266 )
[node name="Enemy10" parent="." instance=ExtResource( 8 )]
position = Vector2( 575, 11 )
[node name="CameraRoot" parent="." instance=ExtResource( 1 )]
[node name="UI_Group" parent="CameraRoot" instance=ExtResource( 7 )]
[node name="MusicDoor" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource( 10 )
[node name="MusicCollect" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource( 11 )
[node name="MusicFail" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource( 12 )
[connection signal="body_entered" from="Door_lf_outToZ" to="Door_rt_outToX" method="_on_fromLeftDoor_body_entered"]
[connection signal="body_entered" from="Door_lf_outToZ" to="CameraRoot" method="_on_SameLevelDoor_body_entered"]
[connection signal="my_signal" from="Door_lf_outToZ" to="Door_rt_outToX" method="_on_Door_my_signal"]
[connection signal="body_entered" from="Door_rt_outToX" to="Door_lf_outToZ" method="_on_fromRightDoor_body_entered"]
[connection signal="body_entered" from="Door_rt_outToX" to="CameraRoot" method="_on_SameLevelDoor_body_entered"]
[connection signal="my_signal" from="Door_rt_outToX" to="Door_lf_outToZ" method="_on_Door_my_signal"]
[connection signal="body_entered" from="Jjokji7" to="Jjokji7" method="_on_Jjokji_body_entered"]
[editable path="Jjokji7"]