We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd967c commit 6aac5b6Copy full SHA for 6aac5b6
js/model/Region.js
@@ -2,8 +2,8 @@
2
3
import {Position} from './Position.js';
4
5
-export const MIN_X = 1152, MAX_X = 3904;
6
-export const MIN_Y = 2496, MAX_Y = 10432;
+export const MIN_X = 1024, MAX_X = 4224;
+export const MIN_Y = 1216, MAX_Y = 12608;
7
export const REGION_WIDTH = 64;
8
export const REGION_HEIGHT = 64;
9
0 commit comments