From 8b5bfe1bf7db6f1a61dc0d53db4457f39798d9b7 Mon Sep 17 00:00:00 2001 From: MaxWinsemius Date: Wed, 1 Jul 2015 16:21:29 +0200 Subject: [PATCH] Turn on music --- src/Model.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; ///