level seeds

This commit is contained in:
Regalis
2015-07-06 22:48:18 +03:00
parent d836a99515
commit 0628e47b97
7 changed files with 20 additions and 12 deletions
+1
View File
@@ -180,6 +180,7 @@ namespace Subsurface
GUI.style, 0.1f, infoFrame);
durationBar.BarSize = 0.1f;
durationBar.Enabled = (Game1.Server != null);
LevelSeed = ToolBox.RandomSeed(8);
new GUITextBlock(new Rectangle((int)(modeList.Rect.Right + 20 - 80), 100, 100, 20),
"Level Seed: ", GUI.style, Alignment.Left, Alignment.TopLeft, infoFrame);