From 25cb85e044c7ee03aef637db8fbbf7d42de64b82 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 13 Sep 2017 05:12:05 +0200 Subject: Notes on cloud positions randomization for future self --- not/CloudGenerator.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1