This commit is contained in:
JonShard
2026-07-26 16:14:29 +02:00
parent e04c5519d0
commit 34a649f507
2 changed files with 58 additions and 8 deletions
+1
View File
@@ -22,3 +22,4 @@ static func get_random_side() -> String:
var rand_index = randi() % sides_in_play.size()
print("GameManager: get_random_side() returning ", sides_in_play[rand_index])
return sides_in_play[rand_index]