java.lang.Object
com.example.project.controllers.gameScreens.GameScreenController
com.example.project.controllers.gameScreens.ShopController
Shop view controller.
-
Field Summary
Fields inherited from class com.example.project.controllers.gameScreens.GameScreenController
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
FXML initialise function called once when the .fxml is loaded on application launch.void
Called when the game scene is changed to one of the GameScenes Login, Level, Shop etc.
-
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 classGameScreenController
-