You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).