Skip to content

Commit

Permalink
Turn on music
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinsemius committed Jul 1, 2015
1 parent 48462bc commit 8b5bfe1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Model.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;

using System;

using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
Expand Down Expand Up @@ -140,7 +141,7 @@ public enum Category { Plastic, Paper, Chemical, Green, Other }
/// </summary>
public static class Settings
{
public static float MusicVolume = 0.0f;
public static float MusicVolume = 0.3f;
public static float SoundEffectVolume = 1f;

/// <summary>
Expand Down

0 comments on commit 8b5bfe1

Please sign in to comment.