mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue