java.lang.Object
com.example.project.controllers.gameScreens.GameScreenController
com.example.project.controllers.gameScreens.ShopController

public class ShopController extends GameScreenController
Shop view controller.
  • Constructor Details

    • ShopController

      public ShopController()
      no arg constructor.
  • Method Details

    • initialize

      public void initialize()
      FXML initialise function called once when the .fxml is loaded on application launch.
    • onSceneChangedToThis

      public void onSceneChangedToThis()
      Description copied from class: GameScreenController
      Called when the game scene is changed to one of the GameScenes Login, Level, Shop etc.
      Specified by:
      onSceneChangedToThis in class GameScreenController