From 3c2e336e2fc3fb6aefc85bc9e90ac4ae0583ed66 Mon Sep 17 00:00:00 2001 From: rxi Date: Tue, 19 Aug 2014 23:41:57 +0100 Subject: [PATCH] Changed formatting for lovecallbacknames table --- lurker.lua | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lurker.lua b/lurker.lua index 8a5d580..346677a 100644 --- a/lurker.lua +++ b/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()