This package contains the different JavaFX scene implementation used during the game play.
| Class | Description |
|---|---|
| BaseStartupScene |
Base class for all startup scenes featuring the paper scroll.
|
| BaseStartupScene.LabelHoverChangeListener |
ChangeListener which changes the style class of the label upon a boolean change.
|
| CreditsScene |
Scene displaying the credits.
|
| GameOptionsScene | |
| HanseaticHistoryScene |
Scene displaying the hanseatic history.
|
| InGameOptionsScene |
Options that can be accessed from within the game.
|
| LoadGameScene |
Scene for initally selecting a savegame, load it and start it.
|
| MainGameScene | |
| MainGameSceneBackground |
Background component of the main game scene.
|
| NewGameScene |
Scene for starting a new game.
|
| SceneChangeService |
Service class for scene changing.
|
| StartupScene |
The startup scene is the first scene displayed and allowing for:
New game which will replace this scene with
NewGameScene
Load game which will replace this scene with LoadGameScene
Edit the game options which will replace this scene with GameOptionsScene
Display the game credits
Display the Hanse history
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.