mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:17:38 +02:00
Catchy Tune: quick fixes (#207)
* catchy tune setup work, animations * more catchy tune progress * catchy tune: gameplay implemented, animation adjustments * more animation work catchy tune * more animation work catchy tune * adjust icon metadata * code cleanup left remarks for minigame developer * Catchy Tune new sprites * Catchy Tune miss animations, fix bugs * barely animation * Catchy Tune several things * barely sounds * miss animation for pineapple * background for catchy tune 2 * new game action for switching bg * Catchy Tune cleanup, asset bundle * catchy tune fix tree layering, barely right sound Co-authored-by: minenice55 <star.elementa@gmail.com>
This commit is contained in:
@ -332,7 +332,15 @@ namespace HeavenStudio.Games
|
||||
|
||||
public void catchBarely(bool side)
|
||||
{
|
||||
Jukebox.PlayOneShotGame("catchyTune/barely left");
|
||||
if (side)
|
||||
{
|
||||
Jukebox.PlayOneShotGame("catchyTune/barely right");
|
||||
}
|
||||
else
|
||||
{
|
||||
Jukebox.PlayOneShotGame("catchyTune/barely left");
|
||||
}
|
||||
|
||||
whiffAnim(side);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user