summaryrefslogtreecommitdiff
path: root/client/consts.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 /client/consts.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 'client/consts.js')
-rw-r--r--client/consts.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/client/consts.js b/client/consts.js
index 242857d..b7df81d 100644
--- a/client/consts.js
+++ b/client/consts.js
@@ -3,14 +3,5 @@ const WIDTH = 500;
const HEIGHT = 500;
-// directions
-const DIR_DOWN = 0;
-const DIR_LEFT = 1;
-const DIR_UP = 2;
-const DIR_RIGHT = 4;
-
-
-
-
// error codes
const CONNECTION_LOST = 10001; \ No newline at end of file