aboutsummaryrefslogtreecommitdiff
path: root/entities
diff options
context:
space:
mode:
authorIndrajith K L2022-02-27 19:36:21 +0530
committerIndrajith K L2022-02-27 19:36:21 +0530
commit16db60e07d19f8c7c2138839a004b73242e80b19 (patch)
tree8e9bc6a9be1e3f671d8de0ef91a62a631ea3ce42 /entities
parent62ff5245c26c305e35a2903cc64a60cb20718e96 (diff)
downloadYEAD-16db60e07d19f8c7c2138839a004b73242e80b19.tar.gz
YEAD-16db60e07d19f8c7c2138839a004b73242e80b19.tar.bz2
YEAD-16db60e07d19f8c7c2138839a004b73242e80b19.zip
Player Follow Camera - Done
Camera Zoom and Camera Map boundary bound - Done
Diffstat (limited to 'entities')
-rw-r--r--entities/player.lua1
1 files changed, 0 insertions, 1 deletions
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
}