This commit is contained in:
김도환
2026-05-01 07:56:39 +09:00
parent ad7caf1e71
commit 4b7ef84822
25 changed files with 189 additions and 558 deletions

View File

@@ -165,7 +165,7 @@ public class Gazuaa : MonoBehaviourPunCallbacks
yield return new WaitForSeconds(delay);
elapsedTime += delay; // 흐른 시간 누적
// 시간이 지날수록 속도를 살짝 늦춥니다.
if (elapsedTime > spinDuration * 0.5f) delay = 0.08f; // 절반 지났을 때
if (elapsedTime > spinDuration * 0.8f) delay = 0.15f; // 거의 끝날 때쯤