Changed default world size back

This commit is contained in:
Anuken 2018-07-14 20:04:27 -04:00
parent ab2f260a52
commit 7dc33111fc

View File

@ -215,7 +215,7 @@ public class World extends Module{
beginMapLoad();
int width = 250, height = 250;
int width = 400, height = 400;
Tile[][] tiles = createTiles(width, height);