Class PoopAnimationController

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

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

    • PoopAnimationController

      public PoopAnimationController()
  • Method Details

    • create

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