Other game
The main file of your game.
Receives a few callbacks forwarded by the LÖVE callbacks. These include:
- game.load() (REQUIRED)
- game.update( dt ) (REQUIRED)
- game.draw() (REQUIRED)
- game.focus( f )
- game.mousefocus( f )
- game.visible( v )
- game.quit()