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()



generated by LDoc 1.4.3 Last updated 2015-04-20 03:01:38