summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-09-21 16:04:32 +0200
committerAki <nthirtyone@gmail.com>2017-09-21 16:04:32 +0200
commitaf3696fd814baa786b66659e4c00410731fe292b (patch)
tree349c697ff2a9e76d69279210a80b574dea507f54
parent4d2d55b4fcd22a8a66be1ece5c2d1faad867a788 (diff)
downloadroflnauts-af3696fd814baa786b66659e4c00410731fe292b.zip
roflnauts-af3696fd814baa786b66659e4c00410731fe292b.tar.gz
roflnauts-af3696fd814baa786b66659e4c00410731fe292b.tar.bz2
Yeah, commit for comment
-rw-r--r--not/World.lua1
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()