Class PierceTowerAnimationController

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.tower.PierceTowerAnimationController

public class PierceTowerAnimationController extends Component
Listens to triggers phrases and executes the required animations.
  • Constructor Details

    • PierceTowerAnimationController

      public PierceTowerAnimationController()
  • Method Details

    • create

      public void create()
      Creation method for StunTowerAnimationController, fetches the animationRenderComponent that this controller will be attached to and registers all the event listeners required to trigger the animations.
      Overrides:
      create in class Component