diff options
author | Aki <nthirtyone@gmail.com> | 2016-08-23 18:16:06 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-08-23 18:16:06 +0200 |
commit | f6c593d02271bbbea839ac9c0b0ae5543b29dfab (patch) | |
tree | 776323907adbe09dc59b5d2f304131544007d64f | |
parent | d41d75e723cfd7d49456da1e27d98f0c806afaca (diff) | |
download | roflnauts-f6c593d02271bbbea839ac9c0b0ae5543b29dfab.zip roflnauts-f6c593d02271bbbea839ac9c0b0ae5543b29dfab.tar.gz roflnauts-f6c593d02271bbbea839ac9c0b0ae5543b29dfab.tar.bz2 |
cleanup
-rw-r--r-- | menu.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ -- 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. -require "selector" require "music" -- Here it begins |