mono sounds on akashic, fail pattern needs tweaking and i think cast sounds may need more volume

This commit is contained in:
Noobulus 2022-04-10 15:32:00 -05:00
commit 66e3f60c97
5 changed files with 3 additions and 3 deletions

View file

@ -67,7 +67,7 @@ class GuiSpellcasting(private val handOpenedWith: InteractionHand,
SimpleSoundInstance(
HexSounds.ADD_PATTERN.get(),
SoundSource.PLAYERS,
1f,
0.25f,
1f + (Math.random().toFloat() - 0.5f) * 0.1f,
this.ambianceSoundInstance!!.x,
this.ambianceSoundInstance!!.y,
@ -113,7 +113,7 @@ class GuiSpellcasting(private val handOpenedWith: InteractionHand,
SimpleSoundInstance(
HexSounds.START_PATTERN.get(),
SoundSource.PLAYERS,
1f,
0.25f,
1f,
this.ambianceSoundInstance!!.x,
this.ambianceSoundInstance!!.y,
@ -186,7 +186,7 @@ class GuiSpellcasting(private val handOpenedWith: InteractionHand,
SimpleSoundInstance(
HexSounds.START_PATTERN.get(),
SoundSource.PLAYERS,
1f,
0.25f,
1f + (Math.random().toFloat() - 0.5f) * 0.1f,
this.ambianceSoundInstance!!.x,
this.ambianceSoundInstance!!.y,