Build 0.18.2.0

This commit is contained in:
Markus Isberg
2022-05-19 23:43:21 +09:00
parent d4f6f4cf88
commit 077917fa5d
115 changed files with 1080 additions and 1763 deletions
@@ -161,6 +161,7 @@ namespace Barotrauma
RadialDistortion = true,
InventoryScale = 1.0f,
LightMapScale = 1.0f,
VisibleLightLimit = 50,
TextScale = 1.0f,
HUDScale = 1.0f,
Specularity = true,
@@ -200,6 +201,7 @@ namespace Barotrauma
public float HUDScale;
public float InventoryScale;
public float LightMapScale;
public int VisibleLightLimit;
public float TextScale;
public bool RadialDistortion;
}