Class WallTowerAnimationController

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.tower.WallTowerAnimationController

public class WallTowerAnimationController extends Component
Listens for events relevant to a weapon tower state. Each event will have a trigger phrase and have a certain animation attached.
  • Constructor Details

    • WallTowerAnimationController

      public WallTowerAnimationController()
  • Method Details

    • create

      public void create()
      Create method for FireTowerAnimationController.
      Overrides:
      create in class Component