Skip to content

Screens

Paulius Imbrasas edited this page Jan 14, 2014 · 8 revisions

Screens

The game utilises a simple screen system. See Screen.java for the abstract class.

How to use

Every new Screen must extend the Screen abstract class and must implement draw() (drawing logic should be here) and update() (updating coordinates, other stuff should be done here).

Clone this wiki locally