Skip to content

Commit 6aac5b6

Browse files
authored
Update region bounds to include newer areas (#31)
1 parent 3bd967c commit 6aac5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/model/Region.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import {Position} from './Position.js';
44

5-
export const MIN_X = 1152, MAX_X = 3904;
6-
export const MIN_Y = 2496, MAX_Y = 10432;
5+
export const MIN_X = 1024, MAX_X = 4224;
6+
export const MIN_Y = 1216, MAX_Y = 12608;
77
export const REGION_WIDTH = 64;
88
export const REGION_HEIGHT = 64;
99

0 commit comments

Comments
 (0)