mirror of
https://github.com/TangentFoxy/lurker.git
synced 2025-07-27 18:42:18 +00:00
Changed formatting for lovecallbacknames table
This commit is contained in:
14
lurker.lua
14
lurker.lua
@@ -17,9 +17,17 @@ local isdir = love.filesystem.isDirectory
|
||||
local time = love.timer.getTime or os.time
|
||||
local lastmodified = love.filesystem.getLastModified
|
||||
|
||||
local lovecallbacknames = { "update", "load", "draw", "mousepressed",
|
||||
"mousereleased", "keypressed", "keyreleased",
|
||||
"focus", "quit" }
|
||||
local lovecallbacknames = {
|
||||
"update",
|
||||
"load",
|
||||
"draw",
|
||||
"mousepressed",
|
||||
"mousereleased",
|
||||
"keypressed",
|
||||
"keyreleased",
|
||||
"focus",
|
||||
"quit",
|
||||
}
|
||||
|
||||
|
||||
function lurker.init()
|
||||
|
Reference in New Issue
Block a user