Made background music and started on difficulty slider
This commit is contained in:
12
Assets/Scripts/BackgroundMusic.cs
Normal file
12
Assets/Scripts/BackgroundMusic.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace InterfaceOff.MainMenu
|
||||
{
|
||||
public class BackgroundMusic : MonoBehaviour
|
||||
{
|
||||
private void Start()
|
||||
{
|
||||
DontDestroyOnLoad(gameObject);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user