コード例 #1
0
 public void AnimateWinScreen()
 {
     Level.FadeOutDown();
     WinOverlay.FadeInFromTop();
     ow.SetCompletedOnSelectedLevel(3);
 }