LegendsOfCoyoteGulch/src
Brian Fertig 74f1ac53bb feat: Implement NN Dungeon with new zones, player start positions, heart upgrades, and Fat Hawk quest
- Added gulchExit and bossSave zones in dungeon map with proper object IDs
- Implemented player start position handling for NN Dungeon (startNNX/startNNY)
- Added heart upgrade system with visual feedback and inventory tracking
- Implemented Fat Hawk quest with animated tied hawk, proEdgeKey collection, and scene transition
- Updated game scaling to FIT mode with black background and centered display
- Enhanced global state management for dungeon start positions
2025-07-31 20:25:12 -06:00
..
characters Refactor game state management with GlobalState class; implement score display via Interface; adjust enemy points (100 for boss, 10 for regular); add heart upgrade item in Gulch 2025-07-30 19:48:25 -06:00
misc
scenes feat: Implement NN Dungeon with new zones, player start positions, heart upgrades, and Fat Hawk quest 2025-07-31 20:25:12 -06:00
globalState.js feat: Implement NN Dungeon with new zones, player start positions, heart upgrades, and Fat Hawk quest 2025-07-31 20:25:12 -06:00
interface.js Refactor game state management with GlobalState class; implement score display via Interface; adjust enemy points (100 for boss, 10 for regular); add heart upgrade item in Gulch 2025-07-30 19:48:25 -06:00
main.js feat: Implement NN Dungeon with new zones, player start positions, heart upgrades, and Fat Hawk quest 2025-07-31 20:25:12 -06:00