dotnet7 compat, DLSS, network manager rewrite and other fixes
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Game
|
||||
internal InputEvent consoleInputEvent;
|
||||
private ConsoleContentTextBox consoleNotifyBox;
|
||||
|
||||
[Limit(0)] public int ConsoleNotifyLines = 3;
|
||||
[Limit(0)] public int ConsoleNotifyLines = 15;
|
||||
|
||||
[Limit(0f)] public float ConsoleSpeed = 3500f;
|
||||
|
||||
@@ -108,6 +108,7 @@ namespace Game
|
||||
consoleNotifyBox.BackgroundSelectedFlashSpeed = 0;
|
||||
consoleNotifyBox.BorderSelectedColor = Color.Transparent;
|
||||
consoleNotifyBox.CaretFlashSpeed = 0;
|
||||
consoleNotifyBox.SelectionAllowed = false;
|
||||
}
|
||||
|
||||
Float2 locationFix2 = consoleNotifyBox.Location;
|
||||
|
||||
Reference in New Issue
Block a user