Large world size optimizations

This commit is contained in:
Anuken
2019-01-04 13:55:06 -05:00
parent 9f84b84819
commit 5019f200b7
4 changed files with 16 additions and 17 deletions
@@ -141,8 +141,8 @@ public class WorldGenerator{
int sx = (short)Mathf.range(Short.MAX_VALUE/2);
int sy = (short)Mathf.range(Short.MAX_VALUE/2);
int width = 380;
int height = 380;
int width = 512;
int height = 512;
Array<Point2> spawns = new Array<>();
Array<Item> ores = Item.getAllOres();