Added back the crosshair

This commit is contained in:
2020-04-22 11:43:46 -06:00
parent 85af72cfa1
commit 042d350877
5 changed files with 28 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ public interface Restrictions {
int FREE_SPEED = 2;
int KEY_DELAY = 0;
int TILE_SIZE = 16;
int TILE_SIZE = 32;
int CHUNK_SIZE = 8;
int SUPER_CHUNK_SIZE = 1;