Sync working project files - hub layout, boss roster, doc updates

This commit is contained in:
2026-03-05 15:50:37 -05:00
parent 6ce4531b76
commit f1b4820307
47 changed files with 1476 additions and 402 deletions
+4 -1
View File
@@ -38,7 +38,10 @@ func go_to_hub() -> void:
get_tree().change_scene_to_file("res://scenes/hub/hub.tscn")
func start_run() -> void:
RunManager.start_run(0, [], [])
# Bring everything in the wallet into the run — it's on the player, so it's at risk
var brought := UpgradeManager.wallet_credits
UpgradeManager.wallet_credits = 0
RunManager.start_run(brought, [], [])
change_state(GameState.RUN)
get_tree().change_scene_to_file("res://scenes/run/floor.tscn")