Add stages
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user