game.lua 75 B

12345678910111213
  1. function init()
  2. end
  3. function shutdown()
  4. end
  5. function render(dt)
  6. end