diff options
Diffstat (limited to 'html/tower/js/mechanics.js')
-rw-r--r-- | html/tower/js/mechanics.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/html/tower/js/mechanics.js b/html/tower/js/mechanics.js index e9d751a..bc73fff 100644 --- a/html/tower/js/mechanics.js +++ b/html/tower/js/mechanics.js @@ -1,11 +1,13 @@ /** * Combat Mechanics Module - * + * * This module handles all combat-related game mechanics including: * 1. Enemy movement and behavior * 2. Tower attacks and targeting * 3. Projectile and particle systems * 4. Status effects and special abilities + * + * @module mechanics */ /** |