From 96fef88f56fdcdf95bc5783eb2b3b881ff435ba0 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 14 Jul 2017 21:54:46 +0200 Subject: Background in menu moved to separate class Weird noise added to menu configs to use single MenuBackground instance Initial pause menu added --- not/Scene.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'not/Scene.lua') diff --git a/not/Scene.lua b/not/Scene.lua index c770fe4..3324284 100644 --- a/not/Scene.lua +++ b/not/Scene.lua @@ -7,6 +7,10 @@ function Scene:new () self.inputDisabled = false end +function Scene:delete () end +function Scene:update (dt) end +function Scene:draw () end + -- Following setters and getters are a little bit too much, I think. But they do follow general coding directions. function Scene:setSleeping (sleeping) self.sleeping = sleeping -- cgit v1.1