summaryrefslogtreecommitdiff
path: root/server/Entities/Entity.js
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-08-02 00:12:08 +0200
committerjak1 <mike.wollmann@gmail.com>2021-08-02 00:12:08 +0200
commit6c6918bc386b9b085ebc070826294c755aff1f8a (patch)
treee27217ff431a64c69919efbd0b22e0af7f37024b /server/Entities/Entity.js
parent74a41caff6e7274c6926f5ae26b4180c920bb3dc (diff)
downloadthepixelworld-6c6918bc386b9b085ebc070826294c755aff1f8a.tar.gz
thepixelworld-6c6918bc386b9b085ebc070826294c755aff1f8a.tar.bz2
thepixelworld-6c6918bc386b9b085ebc070826294c755aff1f8a.tar.xz
thepixelworld-6c6918bc386b9b085ebc070826294c755aff1f8a.zip
removed const directions (seems to bug a bit (or there is maybe a better way doing that *shrugs*)
fixed some formating
Diffstat (limited to 'server/Entities/Entity.js')
-rw-r--r--server/Entities/Entity.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/Entities/Entity.js b/server/Entities/Entity.js
index 99d8c0b..d65492d 100644
--- a/server/Entities/Entity.js
+++ b/server/Entities/Entity.js
@@ -10,7 +10,6 @@ var Entity = function(){
speedX: 0,
speedY: 0,
id: "",
- dir: 0
}
self.update = function(){
self.updatePosition();