summaryrefslogtreecommitdiff
path: root/client/consts.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/consts.js')
-rw-r--r--client/consts.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/client/consts.js b/client/consts.js
index b7df81d..c64aff5 100644
--- a/client/consts.js
+++ b/client/consts.js
@@ -1,7 +1,6 @@
// game settings
-const WIDTH = 500;
-const HEIGHT = 500;
-
+const WIDTH = 500;
+const HEIGHT = 500;
// error codes
-const CONNECTION_LOST = 10001; \ No newline at end of file
+const CONNECTION_LOST = 10001;