diff --git a/src/Model.cs b/src/Model.cs index 397719f..ecbd509 100644 --- a/src/Model.cs +++ b/src/Model.cs @@ -1,4 +1,5 @@ -using System; + +using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; @@ -140,7 +141,7 @@ public enum Category { Plastic, Paper, Chemical, Green, Other } /// public static class Settings { - public static float MusicVolume = 0.0f; + public static float MusicVolume = 0.3f; public static float SoundEffectVolume = 1f; ///