Upgraded to MonoGame v0.3.4: rebuilt shaders, removed the old content project, added a default config file

This commit is contained in:
Regalis
2016-02-29 22:06:48 +02:00
parent 1a5b274a01
commit 35c36d283a
59 changed files with 129 additions and 680 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ namespace Barotrauma
Hull.renderer = new WaterRenderer(GraphicsDevice);
Hull.renderer = new WaterRenderer(GraphicsDevice, Content);
TitleScreen.LoadState = 1.0f;
yield return CoroutineStatus.Running;