Skip to content
Snippets Groups Projects
Commit deddc412 authored by DarkGod's avatar DarkGod
Browse files

fix log

parent a15b2654
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,6 @@ module(..., package.seeall, class.make)
function _M:init(keyhandler)
self.key = keyhandler
self.level = nil
self.log = function() end
self.logSeen = function() end
self.w, self.h, self.fullscreen = core.display.size()
self.dialogs = {}
self.save_name = ""
......@@ -49,6 +47,9 @@ function _M:init(keyhandler)
self:defaultMouseCursor()
end
function _M:log() end
function _M:logSeen() end
--- Default mouse cursor
function _M:defaultMouseCursor()
local UIBase = require "engine.ui.Base"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment