default sheetsize to 2048, not 512
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenRA.GameRules
|
|||||||
|
|
||||||
// Internal game settings
|
// Internal game settings
|
||||||
public readonly int Timestep = 40;
|
public readonly int Timestep = 40;
|
||||||
public readonly int SheetSize = 512;
|
public readonly int SheetSize = 2048;
|
||||||
|
|
||||||
// External game settings
|
// External game settings
|
||||||
public readonly string NetworkHost = "";
|
public readonly string NetworkHost = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user