mono sounds on akashic, fail pattern needs tweaking and i think cast sounds may need more volume
This commit is contained in:
commit
66e3f60c97
5 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue