fix: Message delay working properly
This commit is contained in:
parent
2f9b516605
commit
60fd82cff5
30 changed files with 538 additions and 19 deletions
|
@ -6,7 +6,7 @@ namespace Audio {
|
|||
public class Sounds : ScriptableObject {
|
||||
|
||||
[Tooltip("The music mixer.")]
|
||||
public AudioMixerGroup mainMixer;
|
||||
public AudioMixerGroup musicMixer;
|
||||
[Tooltip("The SFX mixer.")]
|
||||
public AudioMixerGroup sfxMixer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue