bump volume on add pattern sound
This commit is contained in:
parent
b6e90994c9
commit
844e799bb7
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class GuiSpellcasting(private val handOpenedWith: InteractionHand,
|
|||
SimpleSoundInstance(
|
||||
HexSounds.ADD_PATTERN.get(),
|
||||
SoundSource.PLAYERS,
|
||||
0.25f,
|
||||
0.5f,
|
||||
1f + (Math.random().toFloat() - 0.5f) * 0.1f,
|
||||
this.ambianceSoundInstance!!.x,
|
||||
this.ambianceSoundInstance!!.y,
|
||||
|
|
Loading…
Reference in a new issue