Marching orders fast face sound improvement + catchy tune control when da smile ends (#317)

* here do da fast one now

* boom

* lol

* Epic beat timing change
This commit is contained in:
Rapandrasmus
2023-02-25 04:41:18 +01:00
committed by GitHub
parent f59040f103
commit e9064f29bb
15 changed files with 67 additions and 61 deletions

View File

@ -21,6 +21,8 @@ namespace HeavenStudio.Games.Scripts_CatchyTune
public bool smile;
public float endSmile;
private string soundText;
private Minigame.Eligible e = new Minigame.Eligible();
@ -155,7 +157,7 @@ namespace HeavenStudio.Games.Scripts_CatchyTune
else
{
Jukebox.PlayOneShotGame(soundText + "Catch");
game.catchSuccess(side, isPineapple, smile, startBeat + beatLength);
game.catchSuccess(side, isPineapple, smile, startBeat + beatLength, endSmile);
Destroy(this.gameObject);
}
}