aboutsummaryrefslogtreecommitdiff
path: root/core/map.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/map.lua')
-rw-r--r--core/map.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/map.lua b/core/map.lua
index acbdc4a..280057a 100644
--- a/core/map.lua
+++ b/core/map.lua
@@ -5,7 +5,6 @@ Moonshine = require("libs.moonshine")
Camera = require("libs.hump.camera")
Windfield = require("libs.windfield")
require("libs.tserial")
-print(TSerial)
require("core.notifications")
local zoomFactor = 2
@@ -146,7 +145,7 @@ function Map:draw()
drawMapLayer("decorations")
love.graphics.draw(player.sprite, player.x, player.y)
drawMapLayer("foreground")
- _gameWorld:draw()
+ -- _gameWorld:draw() -- Debug Collision Draw
camera:detach()
notifications:draw()
end)