mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 13:53:47 +00:00
Debug tutorial
This commit is contained in:
parent
c1b498fa82
commit
9d0b399052
3 changed files with 36 additions and 11 deletions
|
|
@ -112,7 +112,8 @@ process_mode = 3
|
|||
script = ExtResource("1_qxyfr")
|
||||
PlayerTemplate = ExtResource("2_ajkcn")
|
||||
SpawnMarkers = Dictionary[int, NodePath]({
|
||||
0: NodePath("PlayerStartPosition")
|
||||
0: NodePath("PlayerStartPosition"),
|
||||
255: NodePath("DebugEndStart")
|
||||
})
|
||||
MapStartData = SubResource("Resource_6wo78")
|
||||
|
||||
|
|
@ -296,6 +297,9 @@ script = ExtResource("10_kpjh7")
|
|||
[node name="PlayerStartPosition" type="Marker2D" parent="."]
|
||||
position = Vector2(128, 384)
|
||||
|
||||
[node name="DebugEndStart" type="Marker2D" parent="."]
|
||||
position = Vector2(653, -2)
|
||||
|
||||
[node name="AlarmManager" type="Node2D" parent="."]
|
||||
process_mode = 1
|
||||
script = ExtResource("11_htvvb")
|
||||
|
|
|
|||
|
|
@ -437,6 +437,12 @@ position = Vector2(-625, 5)
|
|||
[node name="BigTank2" parent="Factory Tilemaps/LevelProps" instance=ExtResource("45_5qg27")]
|
||||
position = Vector2(-625, 40)
|
||||
|
||||
[node name="BigTank6" parent="Factory Tilemaps/LevelProps" instance=ExtResource("45_5qg27")]
|
||||
position = Vector2(-1712, -138)
|
||||
|
||||
[node name="BigTank5" parent="Factory Tilemaps/LevelProps" instance=ExtResource("45_5qg27")]
|
||||
position = Vector2(-1712, -113)
|
||||
|
||||
[node name="BigTank3" parent="Factory Tilemaps/LevelProps" instance=ExtResource("45_5qg27")]
|
||||
position = Vector2(-945, -218)
|
||||
|
||||
|
|
@ -483,8 +489,9 @@ IsEnabled = true
|
|||
Target = NodePath("../DebugTeleporter")
|
||||
|
||||
[node name="DebugTeleporter" parent="Factory Tilemaps/LevelProps" instance=ExtResource("30_8fdby")]
|
||||
position = Vector2(-1518, -611)
|
||||
position = Vector2(-861, 206)
|
||||
Invisible = true
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="ScriptableAreaTrigger" parent="Factory Tilemaps/LevelProps/DebugTeleporter" instance=ExtResource("43_kf3qc")]
|
||||
Events = Array[Object]([SubResource("Resource_usuub")])
|
||||
|
|
@ -794,6 +801,9 @@ position = Vector2(-692, 56)
|
|||
[node name="FairyGuard2" parent="Factory Tilemaps/LevelProps" instance=ExtResource("73_cfpaq")]
|
||||
position = Vector2(-796, 100)
|
||||
|
||||
[node name="FairyGuard7" parent="Factory Tilemaps/LevelProps" instance=ExtResource("73_cfpaq")]
|
||||
position = Vector2(-1014.21, 203.243)
|
||||
|
||||
[node name="Fairy" parent="Factory Tilemaps/LevelProps" instance=ExtResource("73_s4x1s")]
|
||||
position = Vector2(-682, -8)
|
||||
|
||||
|
|
@ -824,9 +834,6 @@ position = Vector2(-1128, 170)
|
|||
[node name="Fairy6" parent="Factory Tilemaps/LevelProps" instance=ExtResource("73_s4x1s")]
|
||||
position = Vector2(-922, 105)
|
||||
|
||||
[node name="FairyGuard7" parent="Factory Tilemaps/LevelProps" instance=ExtResource("73_cfpaq")]
|
||||
position = Vector2(-1010, 203)
|
||||
|
||||
[node name="FairyGuard9" parent="Factory Tilemaps/LevelProps" instance=ExtResource("73_cfpaq")]
|
||||
position = Vector2(-866, -92)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue