Class PatrickAnimationController

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.bosses.PatrickAnimationController

public class PatrickAnimationController extends Component
  • Constructor Details

    • PatrickAnimationController

      public PatrickAnimationController()
  • Method Details

    • create

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