[Rem] Upper sum Text & upper bonus text | previewText & recordedScoreText (move to scoreText)
This commit is contained in:
@@ -176,9 +176,6 @@ namespace YachtDice.Dice
|
||||
stillTimer = isSlow ? stillTimer + Time.fixedDeltaTime : 0f;
|
||||
}
|
||||
|
||||
if (didTimeout)
|
||||
Debug.LogWarning($"DiceRoller: бросок принудительно завершён по таймауту ({maxDuration:0.##} c).", this);
|
||||
|
||||
// ── 5. Замораживаем физику и читаем верхнюю грань ───────────
|
||||
rb.linearVelocity = Vector3.zero;
|
||||
rb.angularVelocity = Vector3.zero;
|
||||
|
||||
Reference in New Issue
Block a user