Merge branch 'SFX-Update' into 'master'

Added new SFX and adjusted sfx.ron

See merge request veloren/veloren!961
This commit is contained in:
Justin Shipsey 2020-05-04 06:16:12 +00:00
commit 205813f50c
6 changed files with 9 additions and 8 deletions

View File

@ -27,37 +27,38 @@
files: [
"voxygen.audio.sfx.weapon.sword_out",
],
threshold: 1.0,
threshold: 0.5,
),
Unwield(Sword(BasicSword)): (
files: [
"voxygen.audio.sfx.weapon.sword_in",
],
threshold: 1.0,
threshold: 0.5,
),
Inventory(Collected): (
Inventory(Collected): (
files: [
"voxygen.audio.sfx.inventory.add_item",
],
threshold: 0.5,
threshold: 0.3,
),
Inventory(Swapped): (
files: [
"voxygen.audio.sfx.inventory.add_item",
],
threshold: 0.5,
threshold: 0.3,
),
Inventory(Given): (
files: [
"voxygen.audio.sfx.inventory.add_item",
],
threshold: 0.5,
threshold: 0.3,
),
Inventory(Dropped): (
files: [
"voxygen.audio.sfx.footsteps.stepgrass_4",
"voxygen.audio.sfx.inventory.drop_item",
],
threshold: 0.5,
threshold: 0.3,
),
Inventory(Consumed(Potion)): (
files: [

Binary file not shown.

Binary file not shown.