mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Doubled max schematic size
This commit is contained in:
parent
027b996ad6
commit
bc622bd7ba
@ -149,7 +149,7 @@ public class Vars implements Loadable{
|
||||
/** max GL texture size */
|
||||
public static int maxTextureSize = 2048;
|
||||
/** Maximum schematic size.*/
|
||||
public static int maxSchematicSize = 32;
|
||||
public static int maxSchematicSize = 64;
|
||||
/** Whether to show sector info upon landing. */
|
||||
public static boolean showSectorLandInfo = true;
|
||||
/** Whether to check for memory use before taking screenshots. */
|
||||
|
Loading…
Reference in New Issue
Block a user