[Feature] Improved text look

This commit is contained in:
Pasha Bibko
2025-12-02 13:09:10 +00:00
parent 933bf758d4
commit 28280d87cc
3 changed files with 43 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ public partial class OrbitalBehaviour
m_LastGeneratedRing = ring.m_ID;
m_TimeOfLastRingSpawn = Time.time;
m_CurrentRingAllowsSpawning = Random.Range(0, 25) != 0;
m_CurrentRingAllowsSpawning = Random.Range(0, 5) != 0;
if (!m_CurrentRingAllowsSpawning && m_AllowPlayerInput)
{
Instantiate(Settings.Instance.ModifierPrefab, m_ModiferParent.transform);