Basic game over imp
This commit is contained in:
@@ -17,6 +17,8 @@ public partial class Player : Node3D
|
||||
|
||||
public int _characterIndex = 0;
|
||||
|
||||
public bool GameOver = false;
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
foreach (var character in PlayableCharacterScenes)
|
||||
|
||||
Reference in New Issue
Block a user