summaryrefslogtreecommitdiffhomepage
path: root/not/Menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Menu.lua')
-rw-r--r--not/Menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Menu.lua b/not/Menu.lua
index 1688166..ea47993 100644
--- a/not/Menu.lua
+++ b/not/Menu.lua
@@ -1,7 +1,7 @@
--- `Menu`
-- It creates single screen of a menu
-- I do know that model I used here and in `World` loading configuration files is not flawless but I did not want to rewrite `World`s one but wanted to keep things similar at least in project scope.
-Menu = require "not.Object":extends()
+Menu = require "not.Scene":extends()
Menu.scale = getScale()
Menu.elements = --[[{not.Element}]]nil