mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
Coin Toss - Temporary Fix to Cowbell Cues
they keep going offbeat to the throw when i put in multisound
This commit is contained in:
parent
d56c1e9606
commit
0776b10996
1 changed files with 1 additions and 1 deletions
|
@ -168,8 +168,8 @@ namespace HeavenStudio.Games
|
|||
switch (type)
|
||||
{
|
||||
case (int) CoinToss.CoinVariation.Cowbell:
|
||||
Jukebox.PlayOneShotGame("coinToss/cowbell1"); //this was intentional. it was to avoid the throw and cowbells to go offbeat.
|
||||
MultiSound.Play(new MultiSound.Sound[] {
|
||||
new MultiSound.Sound("coinToss/cowbell1", beat),
|
||||
new MultiSound.Sound("coinToss/cowbell2", beat + 1f),
|
||||
new MultiSound.Sound("coinToss/cowbell1", beat + 2f),
|
||||
new MultiSound.Sound("coinToss/cowbell2", beat + 3f),
|
||||
|
|
Loading…
Reference in a new issue