enable music by default

This commit is contained in:
Colin McMillen 2021-07-15 21:00:43 -04:00
parent 5e6f95beee
commit 9e490dbd2f

View File

@ -4,7 +4,7 @@ using System;
namespace SemiColinGames {
public class MusicPlayer : IDisposable {
public static bool Enabled = false;
public static bool Enabled = true;
private SoundEffectInstance music;