Commit Graph

2 Commits

Author SHA1 Message Date
Brian Fertig 2e096c8fc5 Tons of updates on ProEdge 2025-08-02 20:49:48 -06:00
Brian Fertig 6507bda4d1 Update dungeon map to include boss tileset and related logic
- Added boss-tiles.png and boss-tiles.psd files for new boss tileset
- Updated NNDungeon.json to include boss tileset configuration
- Modified main.js to comment out MenuScene and Gulch, keeping NNDungeon
- Updated NNDungeon.js to:
  * Load boss-tiles spritesheet
  * Adjust player starting position
  * Update enemy creation logic to use boss-tiles when gid > 300
  * Added special handling for NNBoss property

These changes prepare the game for implementing boss characters using the new tileset.
2025-07-29 16:10:49 -06:00