Fix frog babe, add dialogue for airship

This commit is contained in:
2022-08-30 22:27:56 -07:00
parent 7a891a45f1
commit 59d65e0e8c
20 changed files with 832 additions and 134 deletions

View File

@@ -17,8 +17,8 @@ namespace Scampz.GameJam
public void Step()
{
Debug.Log("Step SFX");
var soundEffect = GetAudioClip();
Debug.Log("Step SFX " + soundEffect.audioClip.name);
audioSource.pitch = Random.Range(soundEffect.pitchMin, soundEffect.pitchMax);
audioSource.volume = Random.Range(soundEffect.volumeMin, soundEffect.volumeMax);
audioSource.clip = soundEffect.audioClip;