devtools: show instance location information

This commit is contained in:
Adam
2018-04-22 17:38:41 -04:00
parent f11cb369b6
commit 77c7532177
2 changed files with 25 additions and 3 deletions

View File

@@ -34,4 +34,6 @@ public class Constants
public static final Dimension GAME_FIXED_SIZE = new Dimension(GAME_FIXED_WIDTH, GAME_FIXED_HEIGHT);
public static final double GAME_FIXED_ASPECT_RATIO = (double) GAME_FIXED_WIDTH / (double) GAME_FIXED_HEIGHT;
public static final int CLIENT_DEFAULT_ZOOM = 512;
public static final int CHUNK_SIZE = 8;
public static final int REGION_SIZE = 104;
}