add sounds to intro story

This commit is contained in:
chyknkat
2020-02-02 16:23:26 -05:00
parent d08eb83fd0
commit 5096ef925c
8 changed files with 443 additions and 141 deletions

View File

@@ -79,6 +79,7 @@ public class GameIntroCutscene : Cutscene
yield return new WaitForSeconds(.8f);
sceneC.sprite = sprites[3];
SoundManagerScript.PlaySound("slam");
Shake(15);
yield return new WaitForSeconds(1f);
@@ -120,6 +121,7 @@ public class GameIntroCutscene : Cutscene
sceneC.sprite = sprites[2];
sceneB.sprite = sprites[6];
SoundManagerScript.PlaySound("slam");
Shake(20);
yield return new WaitForSeconds(1.5f);