enable music by default
This commit is contained in:
parent
5e6f95beee
commit
9e490dbd2f
@ -4,7 +4,7 @@ using System;
|
|||||||
namespace SemiColinGames {
|
namespace SemiColinGames {
|
||||||
public class MusicPlayer : IDisposable {
|
public class MusicPlayer : IDisposable {
|
||||||
|
|
||||||
public static bool Enabled = false;
|
public static bool Enabled = true;
|
||||||
|
|
||||||
private SoundEffectInstance music;
|
private SoundEffectInstance music;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user