mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 15:17:36 +02:00
Auto Bop Internal Rework + Bug Fixes (#589)
* fixed blue bear * fixed tap trial bug * see saw fix * Auto bop rework
This commit is contained in:
@ -68,7 +68,7 @@ namespace HeavenStudio.Games.Scripts_BlueBear
|
||||
SoundByte.PlayOneShotGame("blueBear/chompDonut");
|
||||
}
|
||||
|
||||
game.Bite(isCake);
|
||||
game.Bite(Conductor.instance.songPositionInBeatsAsDouble, isCake);
|
||||
game.EatTreat();
|
||||
|
||||
SpawnCrumbs();
|
||||
|
Reference in New Issue
Block a user