![]() |
Jumpvalley 0.5.0
An app and library that can be used to test and run 3D platformer levels. Currently being made with Godot.
|
Class responsible for running and stopping levels. This is intended to be a base class where subclasses handle running levels in their own way. More...
Public Member Functions | |
LevelRunner (Player player) | |
Creates a new instance of the app's level runner. | |
Public Attributes | |
Player | CurrentPlayer |
The Player instance that this LevelRunner is running under. | |
LevelPackage | CurrentLevelPackage |
The level package containing the level that the player is currently playing. | |
LevelPackage | Lobby |
The level package containing the level that's acting as the app's lobby. This is separate from CurrentLevel so both the lobby and the level that the player is currently playing can run at the same time. | |
Class responsible for running and stopping levels. This is intended to be a base class where subclasses handle running levels in their own way.
|
inline |
Creates a new instance of the app's level runner.
player | The player instance to run this level runner under |