Class ShipAnimationController

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.ships.ShipAnimationController

public class ShipAnimationController extends Component
This class listens to events relevant to a ship's state and plays the animation when one of the events is triggered
  • Constructor Details

    • ShipAnimationController

      public ShipAnimationController()
  • Method Details

    • create

      public void create()
      Changes animation based on ship velocity
      Overrides:
      create in class Component