summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-01-13 21:15:51 +0100
committerjak1 <jak1@themanaworld.org>2023-01-13 21:15:51 +0100
commitb7edc7188890edeafa5e3503635a2d687147eecf (patch)
tree8142f8ada3e7d9508799054b6182942e4b394c6f
parent8ef7158bc009779c39b685cec3ea389c68e3d4c0 (diff)
downloadthepixelworld-b7edc7188890edeafa5e3503635a2d687147eecf.tar.gz
thepixelworld-b7edc7188890edeafa5e3503635a2d687147eecf.tar.bz2
thepixelworld-b7edc7188890edeafa5e3503635a2d687147eecf.tar.xz
thepixelworld-b7edc7188890edeafa5e3503635a2d687147eecf.zip
changed canvas size
-rw-r--r--client/consts.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/consts.js b/client/consts.js
index c64aff5..1dfac72 100644
--- a/client/consts.js
+++ b/client/consts.js
@@ -1,6 +1,6 @@
// game settings
-const WIDTH = 500;
-const HEIGHT = 500;
+const WIDTH = 1000;
+const HEIGHT = 650;
// error codes
const CONNECTION_LOST = 10001;