started building out hub more

This commit is contained in:
derek
2025-03-28 16:48:27 -05:00
parent a591865d4b
commit d64ef7ccde
20 changed files with 158 additions and 156 deletions

View File

@@ -15,7 +15,7 @@ func _ready() -> void:
portals.append(i)
if GameGlobals.playlist[0][GameGlobals.current_round_id].size() == 0:
if current_round.size() == 0:
var next_round = GameGlobals.current_round_id + 1
if next_round <= (GameGlobals.current_match.size() - 1):
GameGlobals.current_round_id = next_round