The finest video game ever made. The sheriff tackles the bad guys in Coyote Gulch!
Go to file
Brian Fertig 0a0d987418 Add zone collision detection and garbage shooting functionality for enemies
- Introduced a new 'zone' object layer to detect when the player enters specific areas (e.g., "99Dungeon").
- Added logic to trigger actions when the player collides with these zones.
- Implemented garbage shooting mechanics for enemies, including:
  - A new `fireGarbage()` method that fires multiple projectiles in different directions.
  - A `createGarbageProjectile()` helper method to create and manage garbage projectiles.
  - Updated enemy behavior to use garbage shooting when enabled (`this.garbage`).
- Updated Tiled map configuration and JSON data to include new zone objects and properties.
2025-07-26 23:05:24 -06:00
assets Quick Update 2025-07-26 20:24:09 -06:00
raw Quick Update 2025-07-26 20:24:09 -06:00
scenes Initial Commit 2025-07-26 20:09:50 -06:00
src Add zone collision detection and garbage shooting functionality for enemies 2025-07-26 23:05:24 -06:00
index.html Initial Commit 2025-07-26 20:09:50 -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