From 16db60e07d19f8c7c2138839a004b73242e80b19 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 27 Feb 2022 19:36:21 +0530 Subject: Player Follow Camera - Done Camera Zoom and Camera Map boundary bound - Done --- entities/player.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'entities') diff --git a/entities/player.lua b/entities/player.lua index cfb3d15..0afdfd0 100644 --- a/entities/player.lua +++ b/entities/player.lua @@ -2,7 +2,6 @@ local Class = require("libs.hump.class"); Player = Class{ init = function(self) - print("Player Init") end } -- cgit v1.2.3