diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-21 16:04:32 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-21 16:04:32 +0200 |
commit | af3696fd814baa786b66659e4c00410731fe292b (patch) | |
tree | 349c697ff2a9e76d69279210a80b574dea507f54 /not/World.lua | |
parent | 4d2d55b4fcd22a8a66be1ece5c2d1faad867a788 (diff) | |
download | roflnauts-af3696fd814baa786b66659e4c00410731fe292b.zip roflnauts-af3696fd814baa786b66659e4c00410731fe292b.tar.gz roflnauts-af3696fd814baa786b66659e4c00410731fe292b.tar.bz2 |
Yeah, commit for comment
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() |