v1.6.17.0 (Unto the Breach update)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#nullable enable
|
||||
#nullable enable
|
||||
using Barotrauma.Extensions;
|
||||
using Microsoft.Xna.Framework;
|
||||
using System;
|
||||
@@ -82,6 +82,7 @@ namespace Barotrauma
|
||||
ShowOffensiveServerPrompt = true,
|
||||
TutorialSkipWarning = true,
|
||||
CorpseDespawnDelay = 600,
|
||||
CorpseDespawnDelayPvP = 60,
|
||||
CorpsesPerSubDespawnThreshold = 5,
|
||||
#if OSX
|
||||
UseDualModeSockets = false,
|
||||
@@ -159,6 +160,7 @@ namespace Barotrauma
|
||||
public bool ShowOffensiveServerPrompt;
|
||||
public bool TutorialSkipWarning;
|
||||
public int CorpseDespawnDelay;
|
||||
public int CorpseDespawnDelayPvP;
|
||||
public int CorpsesPerSubDespawnThreshold;
|
||||
public bool UseDualModeSockets;
|
||||
public bool DisableInGameHints;
|
||||
@@ -189,7 +191,7 @@ namespace Barotrauma
|
||||
RadialDistortion = true,
|
||||
InventoryScale = 1.0f,
|
||||
LightMapScale = 1.0f,
|
||||
VisibleLightLimit = 50,
|
||||
VisibleLightLimit = 100,
|
||||
TextScale = 1.0f,
|
||||
HUDScale = 1.0f,
|
||||
Specularity = true,
|
||||
|
||||
Reference in New Issue
Block a user