Select fix

This commit is contained in:
2023-09-04 11:43:54 -07:00
parent e27fe40420
commit a6a8f5e893
5 changed files with 3 additions and 9 deletions

View File

@@ -11,5 +11,5 @@ public partial class Player : Node3D
public Character SelectedCharacter;
public bool IsSelectingCharacter = true;
public bool IsSelectingCharacter = false;
}