Commit Graph

1 Commits

Author SHA1 Message Date
Brian Fertig 390d55c7b2 feat(battle): add faction-specific randomized battle backgrounds
Introduces dynamic background images for `BattleScene` based on the opponent's faction (Imperial, Raider, Bloodthirsty). The system:
- Defines a configuration of 3 variant assets per faction.
- Selects a random variant during the preload phase if the opponent's commander card is available.
- Renders the selected background with a dimming overlay in `create`, falling back to the solid color if no image is loaded or defined.

Includes new asset files: `imperial_03.png` and `raider_03.png`.
2026-03-14 17:21:07 -06:00