This commit is contained in:
2025-12-14 16:50:25 +01:00
parent 5355effc23
commit a2a576a0c9
6 changed files with 5 additions and 13 deletions

View File

@@ -139,7 +139,7 @@ public class SoundManager : UdonSharpBehaviour
{
level = 2;
}
else if (pelletCount < 220)
else if (pelletCount < 128)
{
level = 1;
}