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