Console colors, begin RNG rework
This is gonna be a PAIN
This commit is contained in:
@@ -14,6 +14,12 @@ namespace Barotrauma
|
||||
get { return cam; }
|
||||
}
|
||||
|
||||
public GameScreen()
|
||||
{
|
||||
cam = new Camera();
|
||||
cam.Translate(new Vector2(-10.0f, 50.0f));
|
||||
}
|
||||
|
||||
public override void Select()
|
||||
{
|
||||
base.Select();
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace Barotrauma
|
||||
return ServerName;
|
||||
}
|
||||
|
||||
private string levelSeed;
|
||||
private string levelSeed = "";
|
||||
|
||||
private float autoRestartTimer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user