Small overhaul

This commit is contained in:
2026-03-09 21:36:35 -04:00
parent 7d33eddd08
commit 3684517d1b
9 changed files with 182 additions and 29 deletions
+6 -1
View File
@@ -46,9 +46,14 @@ signal card_game_ended(player_won: bool)
# ---------------------------------------------------------------------------
# Boss
# ---------------------------------------------------------------------------
signal boss_health_changed(current: float, maximum: float)
signal boss_health_changed(current: float, maximum: float, boss_name: String)
signal boss_died
# ---------------------------------------------------------------------------
# Practice Room Simulation
# ---------------------------------------------------------------------------
signal practice_player_died
# ---------------------------------------------------------------------------
# Perspective / View
# ---------------------------------------------------------------------------