Debug tutorial

This commit is contained in:
MaddoScientisto 2025-03-03 23:38:14 +01:00
commit 9d0b399052
3 changed files with 36 additions and 11 deletions

View file

@ -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")