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


// error codes
const CONNECTION_LOST = 10001;