fixed a couple bugs

This commit is contained in:
Clevertop 2024-05-18 16:39:54 +10:00
parent cdd8cdea3a
commit 5381d72a5c
2 changed files with 29 additions and 6 deletions

View file

@ -25,7 +25,6 @@ var player_queue : Array[String]
var current_player : String = ""
var turn_timer : float
var turn_started : bool #cant do stuff unless this is true
var start_process : bool = false
#endregion