fixed currency viewports

This commit is contained in:
2026-02-11 09:25:36 +11:00
parent a2dc8f1630
commit efd6414dfb
14 changed files with 99 additions and 75 deletions

View File

@@ -160,7 +160,8 @@ func level_selected(level: LevelConfig, side: int) -> void:
level.allowed_cards = level.hero_class.deck
level.waves = []
game.level_config = level
#start_game()
if !gamemode.multiplayer:
start_game()
func _on_standard_button_pressed() -> void: