LevelLoader
From Headbone Creative
This implements a simple level loading script.
Contents |
Public Variables
levelToLoad : string
This defines the name of the level to load.
Public Functions
void LoadLevel (string levelname = "")
This function will load a level with the given name. If no levelname is given, the level defined in the public variable levelToLoad will be used.