diff options
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" |