SmallSoundChanges
This commit is contained in:
parent
f8ada24ee1
commit
116b9f138a
BIN
Assets/Resources/Sfx/games/workingDough/NPCBigBall.ogg
Normal file
BIN
Assets/Resources/Sfx/games/workingDough/NPCBigBall.ogg
Normal file
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 22f5b6040fb749746bc0ce60cbdcb665
|
||||
guid: 0c1d7ff81ef5e5145b8411955802836f
|
||||
AudioImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 6
|
Binary file not shown.
BIN
Assets/Resources/Sfx/games/workingDough/NPCSmallBall.ogg
Normal file
BIN
Assets/Resources/Sfx/games/workingDough/NPCSmallBall.ogg
Normal file
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 35f2b5fba754e86498146499ab92982c
|
||||
guid: a3d70d1ee0a56d143acf492fbdda0733
|
||||
AudioImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 6
|
Binary file not shown.
|
@ -148,7 +148,6 @@ namespace HeavenStudio.Games
|
|||
new BeatAction.Action(beat + 0.1f, delegate { arrowSRLeftNPC.sprite = whiteArrowSprite; }),
|
||||
new BeatAction.Action(beat + 1f, delegate { doughDudesNPC.GetComponent<Animator>().Play(isBig ? "BigDoughJump" :"SmallDoughJump", 0, 0); }),
|
||||
new BeatAction.Action(beat + 1f, delegate { Jukebox.PlayOneShotGame(isBig ? "workingDough/NPCBigBall" : "workingDough/NPCSmallBall"); }),
|
||||
new BeatAction.Action(beat + 1f, delegate { Jukebox.PlayOneShotGame("workingDough/SmallBall"); }),
|
||||
new BeatAction.Action(beat + 1f, delegate { npcImpact.SetActive(true); }),
|
||||
new BeatAction.Action(beat + 1.1f, delegate { npcImpact.SetActive(false); }),
|
||||
new BeatAction.Action(beat + 1.9f, delegate { arrowSRRightNPC.sprite = redArrowSprite; }),
|
||||
|
|
Loading…
Reference in a new issue