A tower defense game.
Go to file
Brian Fertig b4c806cb83 feat(towers): Implement ICBM tower with unique animation and explosion effects
This commit adds a new ICBM tower type with distinct visual effects and attack behavior. Key changes include:

- Added ICBM tower configuration with 3 levels, damage, range, and AOE properties
- Implemented custom animation system for tower firing sequences
- Created specialized icbmAttackTarget method with missile launch and explosion effects
- Updated tower rendering logic to handle ICBM's unique sprite setup (base + top)
- Modified enemy targeting logic to exclude ICBM from normal rotation behavior
- Added new animation definitions for ICBM explosion effects
- Adjusted interface manager to display correct sprites for ICBM tower in menus

The ICBM tower features a missile launch animation, AOE damage on impact, and explosion visual effects that distinguish it from other tower types.
2025-09-05 14:56:07 -06:00
assets feat(towers): Implement ICBM tower with unique animation and explosion effects 2025-09-05 14:56:07 -06:00
src feat(towers): Implement ICBM tower with unique animation and explosion effects 2025-09-05 14:56:07 -06:00
index.html feat: Implement basic level 1 with tilemap, enemies, pathfinding and wave system 2025-08-30 20:38:17 -06:00
start_web.bat feat: Implement basic level 1 with tilemap, enemies, pathfinding and wave system 2025-08-30 20:38:17 -06:00