The finest video game ever made. The sheriff tackles the bad guys in Coyote Gulch!
Go to file
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
assets Update dungeon map to include boss tileset and related logic 2025-07-29 16:10:49 -06:00
raw Update dungeon map to include boss tileset and related logic 2025-07-29 16:10:49 -06:00
scenes Initial Commit 2025-07-26 20:09:50 -06:00
src Update dungeon map to include boss tileset and related logic 2025-07-29 16:10:49 -06:00
index.html Dungeon Update 2025-07-27 12:05:17 -06:00
phaser.min.js Initial Commit 2025-07-26 20:09:50 -06:00
start_web.bat Initial Commit 2025-07-26 20:09:50 -06:00