Add stages

This commit is contained in:
2023-09-02 18:17:24 -07:00
parent 334378932c
commit 271b0ede0d
34 changed files with 617 additions and 101 deletions

View File

@@ -11,4 +11,9 @@ public partial class TestLevel : Node3D
foreach (TestCharacter player in players)
player.Transform = _spawnPoint.Transform;
}
private void OnExit()
{
GD.Print("Exit reached");
}
}