From 6227a1c681c0559add922a7e68cd634fcc85df41 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 1 Mar 2022 18:19:59 +0530 Subject: * Cosmetic Changes in Menu * New Fonts Added * Menu rendering changes * Removed Hacky text co-ordinate calculations * Replaced with love.text * Disappearing Notification messages implemented --- core/map.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/map.lua') 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) -- cgit v1.2.3