mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Doubled max schematic size
This commit is contained in:
parent
027b996ad6
commit
bc622bd7ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue