Class HeraclesAnimationController

java.lang.Object
com.deco2800.game.components.Component
com.deco2800.game.components.npc.HeraclesAnimationController

public class HeraclesAnimationController extends Component
This class listens to events relevant to Heracles' state and plays the animation when one of the events is triggered.
  • Constructor Details

    • HeraclesAnimationController

      public HeraclesAnimationController()
  • Method Details

    • create

      public void create()
      Creates the Heracles animation controller
      Overrides:
      create in class Component