mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-13 00:05:23 +07:00
Changed default world size back
This commit is contained in:
parent
ab2f260a52
commit
7dc33111fc
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user