Class GymBroAnimationController

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

public class GymBroAnimationController 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

    • GymBroAnimationController

      public GymBroAnimationController()
  • Method Details

    • create

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