api: add constant for map region size

This commit is contained in:
Adam
2018-12-28 22:05:34 -05:00
parent bff1bb6f70
commit bec538d9a5

View File

@@ -62,6 +62,11 @@ public class Constants
*/
public static final int CHUNK_SIZE = 8;
/**
* The width and length of a map region (64x64 tiles).
*/
public static final int REGION_SIZE = 64;
/**
* The width and length of the scene (13 chunks x 8 tiles).
*/