summaryrefslogtreecommitdiffhomepage
path: root/main.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-04-06 20:06:12 +0200
committerAki <nthirtyone@gmail.com>2017-04-06 20:06:12 +0200
commite9396447537e0c6dedfb55e9a7ffc1e99575d860 (patch)
treefb721352b3b84a419bcf0f934f78bcd75f7311eb /main.lua
parent33b3a93138a9eee40727e9f56373b434ceab1cef (diff)
downloadroflnauts-e9396447537e0c6dedfb55e9a7ffc1e99575d860.zip
roflnauts-e9396447537e0c6dedfb55e9a7ffc1e99575d860.tar.gz
roflnauts-e9396447537e0c6dedfb55e9a7ffc1e99575d860.tar.bz2
Camera moved to /not/ and cleaned-up a bit
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index b905de6..05eb9e2 100644
--- a/main.lua
+++ b/main.lua
@@ -25,7 +25,7 @@ end
-- Require
require "not.World"
-require "camera"
+require "not.Camera"
require "not.Menu"
require "not.Controller"
require "not.Settings"