diff options
Diffstat (limited to 'not/World.lua')
-rw-r--r-- | not/World.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/not/World.lua b/not/World.lua index 730f696..dc856d0 100644 --- a/not/World.lua +++ b/not/World.lua @@ -111,6 +111,7 @@ end --- Builds map using one of tables frin config files located in `config/maps/` directory. -- TODO: Clean World@buildMap. Possibly explode into more methods. +-- TODO: Move buildMap along with getAnimations to Factory. function World:buildMap () local width, height = love.graphics.getDimensions() |