diff options
author | Aki <nthirtyone@gmail.com> | 2017-04-06 20:03:17 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-04-06 20:03:17 +0200 |
commit | 33b3a93138a9eee40727e9f56373b434ceab1cef (patch) | |
tree | 1739a49c426fe8d5861af1b2364c6d6d5815e0a3 /main.lua | |
parent | a013d70115171764ce0941fbbe18a5447447a7eb (diff) | |
download | roflnauts-33b3a93138a9eee40727e9f56373b434ceab1cef.zip roflnauts-33b3a93138a9eee40727e9f56373b434ceab1cef.tar.gz roflnauts-33b3a93138a9eee40727e9f56373b434ceab1cef.tar.bz2 |
Controller moved to /not/ and cleaned-up a bit.
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ end require "not.World" require "camera" require "not.Menu" -require "controller" +require "not.Controller" require "not.Settings" -- Temporary debug |