summaryrefslogtreecommitdiff
path: root/client/consts.js
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-07-24 17:15:23 +0200
committerjak1 <mike.wollmann@gmail.com>2021-07-24 17:16:14 +0200
commit5d3bd05c028f9742c93469964e9a99d7c29c0153 (patch)
treee05c56313fedb7c1e83c36aeb027411f1e724883 /client/consts.js
parent0c709f34841bf4a7882c68e899e17c77bbc2e0aa (diff)
downloadthepixelworld-5d3bd05c028f9742c93469964e9a99d7c29c0153.tar.gz
thepixelworld-5d3bd05c028f9742c93469964e9a99d7c29c0153.tar.bz2
thepixelworld-5d3bd05c028f9742c93469964e9a99d7c29c0153.tar.xz
thepixelworld-5d3bd05c028f9742c93469964e9a99d7c29c0153.zip
added basic map drawing
added tmxloader [wip] added disconnect listener
Diffstat (limited to 'client/consts.js')
-rw-r--r--client/consts.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/consts.js b/client/consts.js
new file mode 100644
index 0000000..0e0e28c
--- /dev/null
+++ b/client/consts.js
@@ -0,0 +1,8 @@
+const WIDTH = 500;
+const HEIGHT = 500;
+
+
+
+
+
+const CONNECTION_LOST = 10001; \ No newline at end of file