Skip to content

Commit

Permalink
Merge pull request #164 from 2024FALL-SWPP/psy/starting_scene
Browse files Browse the repository at this point in the history
Starting Scene adjusted
  • Loading branch information
psy020529 authored Nov 29, 2024
2 parents 4f3f302 + 08046d9 commit 5d80239
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions 302/Assets/Scripts/StartingCameraController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ private System.Collections.IEnumerator FadeSequence()
// Fade Out
yield return FadeOut();

// 대기
yield return new WaitForSeconds(waitBeforeFadeIn);

// Fade In
yield return FadeIn();

yield return FadeOut();
yield return new WaitForSeconds(waitBeforeFadeIn);
yield return FadeIn();
yield return FadeOut();

isFading = false;

// 애니메이션 완료 신호 전송
Expand Down

0 comments on commit 5d80239

Please sign in to comment.