Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --=================================[ imports ]======================================--
- io.stdout:setvbuf("no")
- --================================[ variables ]=====================================--
- --============================[ default functions ]=================================--
- function love.load()
- end
- function love.update(dt)
- end
- function love.draw()
- end
- function love.quit()
- end
- --=============================[ input functions ]==================================--
- function love.mousepressed(x, y, button)
- end
- function love.mousereleased(x, y, button)
- end
- function love.wheelmoved(dx, dy)
- end
- function love.keypressed(key, unicode)
- end
- function love.keyreleased(key, unicode)
- end
- --=============================[ custom functions ]=================================--
Advertisement
Add Comment
Please, Sign In to add comment