You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task: Animation components for general mobs. Feature: General Mobs
General mob animations which will act as important visual indicators of the mobs current behavior or status. This task will involve adding additional listeners to the existing XenoAnimationController class which will trigger animations for melee and ranged attacks, hurt animations and a dying animation.
Melee animations from xeno-grunt-melee-attack.png will trigger once a mob reaches a tower, and serve as a indication that the tower is taking damage. The ranged attack animations from xeno-grunt-range-attack.png will trigger at a point consistent with the spawning of a projectile. When the health of a mob reaches 0, it will play death animation xeno-grunt-death.png, before it disappears.
Dependencies
Projectile timing and behavior will depend on the base functionality projectile from Team-1-Tower-Projectiles
The size of the enitity will depend on the size of the map lanes from Team-3-Maps
Milestones
Ranged attacks trigger when ShootTask is triggered. (Sept. 4)
Melee attack animations trigger when an AttackTask is triggered (Sept. 6)
A death animation is played when the mob health has reached 0 and before it is removed (Sept. 8)
A new hurt animation replaces the normal running animation once the mobs health falls below a certain threshold (Sept. 10)
Modify the Xeno hitboxes to better suit the gameplay
Description
Task: Animation components for general mobs.
Feature: General Mobs
General mob animations which will act as important visual indicators of the mobs current behavior or status. This task will involve adding additional listeners to the existing
XenoAnimationController
class which will trigger animations for melee and ranged attacks, hurt animations and a dying animation.Melee animations from
xeno-grunt-melee-attack.png
will trigger once a mob reaches a tower, and serve as a indication that the tower is taking damage. The ranged attack animations fromxeno-grunt-range-attack.png
will trigger at a point consistent with the spawning of a projectile. When the health of a mob reaches 0, it will play death animationxeno-grunt-death.png
, before it disappears.Dependencies
Milestones
Completion Deadline: Tuesday Sept. 12th at 3pm
Documentation
Member
The text was updated successfully, but these errors were encountered: