mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-17 05:18:27 +00:00
...
This commit is contained in:
parent
88042fbeec
commit
74865d9fc1
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ namespace SanAndreasUnity.Behaviours.World
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public int WorldSize { get; } = 6000;
|
public int WorldSize => 6000; // current world size - in the future, this will be configurable
|
||||||
|
public static int DefaultWorldSize => 6000;
|
||||||
|
|
||||||
public float[] drawDistancesPerLayers = new float[] { 301, 801, 1501 };
|
public float[] drawDistancesPerLayers = new float[] { 301, 801, 1501 };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue