완
This commit is contained in:
@@ -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; // 거의 끝날 때쯤
|
||||
|
||||
Reference in New Issue
Block a user