GameScreen.load

Load your graphics and other assets in this function. You are allowed to draw to the screen while loading, but note you'll have to manage things like buffer swapping yourself if you do. drawFrame and update will be paused until loading is complete. This function will be called exactly once per screen object, right as it is first shown.

class GameScreen(Game)
override
void
load
()

Meta