UnityTowerDefense/Assets/_Project/Scripts/UI
Matt F 4892d7253d First pass at full refactor to 2.0 design
Restructures the game around the cyclical run loop from Game Design Doc V2:
5 waves = a cycle, 3 cycles = a phase, each phase ends in a boss.

- New TD.Gameplay.Waves: WaveGroup / PhaseDefinition / RunDefinition author the
  run as draggable weighted pools; RunState owns phase/cycle position, the drawn
  wave slots, and the per-slot enemy buff sets. WaveManager's flat wave array is
  gone -- it now only runs the encounter RunState points at.
- New TD.Gameplay.EnemyUpgrades: the post-wave enemy-buff vote, with public
  live-replicated ballots so the HUD can show who voted for what.
- Inter-wave flow is now strictly sequential: draft -> vote -> build, each stage
  ending early once every player has acted.
- Enemy abilities inverted from per-instance random rolls to deterministic,
  stacking per-wave-slot sets. Six cards ship: Split (reworked), Flight, Blink,
  No Bounty, Gold Theft, Double Up.
- Tower upgrades are a two-step tree: a draft pick unlocks a node, gold converts
  an already-placed tower in place.
- Boss encounters flag their enemies and drive a boss HP bar.
- Player cap reduced to 3 via MatchRules.MaxPlayers.
- GoldConfig is now keyed by global encounter number rather than wave index.

Compiles clean; NOT yet verified in-engine. Editor wiring still required --
see Docs/2.0_Setup_Checklist.md.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-30 17:45:11 -07:00
..
Minimap Adding 9 Player level 2026-05-21 23:36:19 -07:00
FloatingText.cs Adding Text Mesh Pro, new enemies, new enemy waves, new HUD functionality, New animators, a retry function, and floating text for gold earned and lives lost. 2026-05-13 17:39:16 -07:00
FloatingText.cs.meta Adding Text Mesh Pro, new enemies, new enemy waves, new HUD functionality, New animators, a retry function, and floating text for gold earned and lives lost. 2026-05-13 17:39:16 -07:00
FloatingTextSpawner.cs First pass at full refactor to 2.0 design 2026-07-30 17:45:11 -07:00
FloatingTextSpawner.cs.meta Adding Text Mesh Pro, new enemies, new enemy waves, new HUD functionality, New animators, a retry function, and floating text for gold earned and lives lost. 2026-05-13 17:39:16 -07:00
GameMenuView.cs Add settings menu to control audio and return to main menu 2026-07-28 22:02:28 -07:00
GameMenuView.cs.meta Add settings menu to control audio and return to main menu 2026-07-28 22:02:28 -07:00
HUDController.cs First pass at full refactor to 2.0 design 2026-07-30 17:45:11 -07:00
HUDController.cs.meta Adding HUD! 2026-05-08 21:40:15 -07:00
LobbyController.cs Adding 9 Player level 2026-05-21 23:36:19 -07:00
LobbyController.cs.meta Comitting lobby code without testing. 2026-05-15 14:30:15 -07:00
MainMenuController.cs Adding a ton of materials and textures, and adding terrain! 2026-05-26 23:59:57 -07:00
MainMenuController.cs.meta Comitting lobby code without testing. 2026-05-15 14:30:15 -07:00
Minimap.meta Minimap! 2026-05-10 22:26:55 -07:00
RaceSelectionOverlay.cs Adding new Races, Main Menu -> Lobby flow, and what's needed to set up multiplayer testing. 2026-05-17 23:31:02 -07:00
RaceSelectionOverlay.cs.meta Adding new Races, Main Menu -> Lobby flow, and what's needed to set up multiplayer testing. 2026-05-17 23:31:02 -07:00