弟非表示のタイミング問題を改善

This commit is contained in:
kimura 2022-02-14 10:43:21 +09:00
parent 64fe2c8e74
commit f69f39e8cb
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ public class BrotherPinkView : SingletonMonoBehaviour<BrotherPinkView>
public void SetSleepy()
{
animator.ResetTrigger(Normal);
SetTrigger(Sleepy);
}