diff options
Diffstat (limited to 'not/Scene.lua')
-rw-r--r-- | not/Scene.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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 |