Class StunTowerAnimationController

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

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

    • StunTowerAnimationController

      public StunTowerAnimationController()
  • 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