alien-rush/src
Brian Fertig b554839537 Add tower upgrade functionality with cost and sprite updates
This commit implements tower upgrading mechanics by:
- Adding sprite and cost properties to all tower levels in towerConfig.js
- Implementing upgradeMenu() and upgradeTower() methods in TowerManager.js
- Adding interactive tower selection for upgrades
- Updating tower textures during upgrades
- Including gold cost validation for upgrades

The changes enable players to upgrade towers up to level 3, with appropriate cost increases and visual feedback through sprite changes.
2025-09-02 21:47:59 -06:00
..
levels Add AOE tower support, implement flamethrower and cannon towers with animations, enhance tower targeting logic, and update tower configurations including damage types and ranges. 2025-09-02 21:16:20 -06:00
support Add tower upgrade functionality with cost and sprite updates 2025-09-02 21:47:59 -06:00
EasyStar.js
main.js
uiScene.js feat(towers): Implement tower placement system with selection preview, add cannon tower type, and integrate wave progression controls 2025-09-01 13:18:20 -06:00