Class MegaPoopAnimationController

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

public class MegaPoopAnimationController extends Component
This class listens to events relevant to a Mega Poop entity's state and plays the animation when one of the events is triggered.
  • Constructor Details

    • MegaPoopAnimationController

      public MegaPoopAnimationController()
  • Method Details

    • create

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