Skip to content
Paulius Imbrasas edited this page Jan 16, 2014 · 5 revisions

The main and first class to be called after the "launcher" in the desktop project starts the game.

Initialisation

First function to be called is create(), this loads all of the art (textures) using Art.load(), for more info about that see Art. It also sets the screen (see Screens for more info) to the MenuScreen

Clone this wiki locally