mirror of
https://github.com/TangentFoxy/lurker.git
synced 2025-07-28 02:52: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 time = love.timer.getTime or os.time
|
||||||
local lastmodified = love.filesystem.getLastModified
|
local lastmodified = love.filesystem.getLastModified
|
||||||
|
|
||||||
local lovecallbacknames = { "update", "load", "draw", "mousepressed",
|
local lovecallbacknames = {
|
||||||
"mousereleased", "keypressed", "keyreleased",
|
"update",
|
||||||
"focus", "quit" }
|
"load",
|
||||||
|
"draw",
|
||||||
|
"mousepressed",
|
||||||
|
"mousereleased",
|
||||||
|
"keypressed",
|
||||||
|
"keyreleased",
|
||||||
|
"focus",
|
||||||
|
"quit",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
function lurker.init()
|
function lurker.init()
|
||||||
|
Reference in New Issue
Block a user