diff options
author | Aki <nthirtyone@gmail.com> | 2017-06-15 14:57:58 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-06-15 14:57:58 +0200 |
commit | 20190e7e7878c9217dc2633cbb912e405c19074f (patch) | |
tree | d2140e5345d8526d18423aae8e81ed0b20ec7dd3 /not | |
parent | 65f338b78a26784e42a232f9b0f2fdab3054e3aa (diff) | |
download | roflnauts-20190e7e7878c9217dc2633cbb912e405c19074f.zip roflnauts-20190e7e7878c9217dc2633cbb912e405c19074f.tar.gz roflnauts-20190e7e7878c9217dc2633cbb912e405c19074f.tar.bz2 |
Pushing old edits
World comments and main newline a eof
Diffstat (limited to 'not')
-rw-r--r-- | not/World.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/not/World.lua b/not/World.lua index 1ced718..99f50fa 100644 --- a/not/World.lua +++ b/not/World.lua @@ -14,12 +14,9 @@ World.Effects =--[[{not.Effect}]]nil World.Rays =--[[{not.Ray}]]nil World.camera =--[[not.Camera]]nil World.music =--[[not.Music]]nil --- cloud generator World.clouds_delay = 5 --- Map -World.map = nil -World.background = nil --- Gameplay status +World.map =--[[config.maps.*]]nil +World.background =--[[image?]]nil World.lastNaut = false World.win_move = 0 -- "WINNER" |