diff options
Diffstat (limited to 'not/CloudGenerator.lua')
-rw-r--r-- | not/CloudGenerator.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/not/CloudGenerator.lua b/not/CloudGenerator.lua index f9eaf40..0fa4271 100644 --- a/not/CloudGenerator.lua +++ b/not/CloudGenerator.lua @@ -27,6 +27,7 @@ function CloudGenerator:createCloud (x, y, style) end -- TODO: CloudGen's randomization methods are too static (not configurable). +-- TODO: Random position for Clouds inside map shouldn't be random. Make them place them where no clouds are present. function CloudGenerator:getRandomPosition (inside) local x, y local map = self.world.map |