Fix audio volume levels for cows and bats (#1225)

Cow volume 0.4f to 1.f
Bat volume 0.1f to 0.8f
This commit is contained in:
Ananasloll3
2026-03-15 18:13:11 -05:00
committed by GitHub
parent b27cb536a5
commit 0b0d74a638
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ void Bat::defineSynchedData()
float Bat::getSoundVolume()
{
return 0.1f;
return 0.8f;
}
float Bat::getVoicePitch()