game.config 318 B

1234567891011121314151617
  1. window
  2. {
  3. title = Lua
  4. width = 1280
  5. height = 720
  6. fullscreen = false
  7. }
  8. scripts
  9. {
  10. initialize = res/game.lua#initialize
  11. update = res/game.lua#update
  12. render = res/game.lua#render
  13. finalize = res/game.lua#finalize
  14. keyEvent = res/game.lua#keyEvent
  15. touchEvent = res/game.lua#touchEvent
  16. }