summaryrefslogtreecommitdiff
path: root/client/consts.js
blob: c64aff50bc436d72da88ee21091ef84ce0911283 (plain) (blame)
1
2
3
4
5
6
// game settings
const WIDTH = 500;
const HEIGHT = 500;

// error codes
const CONNECTION_LOST = 10001;