Musica menú
This commit is contained in:
parent
39597cfdff
commit
7504706c26
18 changed files with 420 additions and 157 deletions
11
Assets/Scripts/MainMenu.cs
Normal file
11
Assets/Scripts/MainMenu.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using SimpleTools.AudioManager;
|
||||
using UnityEngine;
|
||||
|
||||
public class MainMenu : MonoBehaviour{
|
||||
// Start is called before the first frame update
|
||||
void Start(){
|
||||
AudioManager.instance.Play("menu");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue