player.gd refactor progress

This commit is contained in:
2025-12-03 18:16:00 +08:00
parent ead155afed
commit a97a8e68f6
22 changed files with 1461 additions and 596 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ signal turn_changed(player_id)
signal turn_ended()
var current_turn_index: int = 0
var turn_based_mode: bool = true
var turn_based_mode: bool = false
func next_turn(players: Array):
if turn_based_mode and players.size() > 0: