This commit is contained in:
rendo 2026-03-04 19:20:17 +05:00
commit 1bedba2c6b
5 changed files with 38 additions and 47 deletions

View file

@ -4,6 +4,8 @@ var current_team: TEAMS = TEAMS.Enemy
var game_round: int = 0
var turn: int = 0
func reset() -> void:
current_team = TEAMS.Enemy