Stretch Camera VFX Event + Fixes (#586)

* fixed blue bear bug

* glee club fix

* added stretch camera vfx event

* toss boys crouch fixed
This commit is contained in:
Rapandrasmus
2023-11-25 17:05:20 +01:00
committed by GitHub
parent 13db943ab5
commit 4f07d47bdb
9 changed files with 148 additions and 43 deletions

View File

@ -969,7 +969,9 @@ namespace HeavenStudio
{
_currentMinigame = minigame;
}
Vector3 originalScale = currentGameO.transform.localScale;
currentGameO.transform.parent = eventCaller.GamesHolder.transform;
currentGameO.transform.localScale = originalScale;
currentGameO.name = game;
SetCurrentGame(game, useMinigameColor);