From b6daed0af784f4e9bc13329dd87c671b06ee1c65 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 21 Apr 2020 14:37:09 -0400 Subject: added new audio --- Assets/Scripts/Sound.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assets/Scripts/Sound.cs') diff --git a/Assets/Scripts/Sound.cs b/Assets/Scripts/Sound.cs index d7214a2..d4c7d76 100644 --- a/Assets/Scripts/Sound.cs +++ b/Assets/Scripts/Sound.cs @@ -14,7 +14,7 @@ public class Sound public float pitch; public bool loop; - + [HideInInspector] public AudioSource source; -- cgit v1.2.3