Class CompanionAnimationController

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.Companion.CompanionAnimationController

public class CompanionAnimationController extends Component
This class represents the animation controller component for a companion entity. It handles animations for both the companion and an accompanying infant companion.
  • Constructor Details

    • CompanionAnimationController

      public CompanionAnimationController()
  • Method Details

    • create

      public void create()
      Creates the CompanionAnimationController and sets up event listeners for animations.
      Overrides:
      create in class Component