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 c3c907f36d
6 changed files with 21 additions and 14 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.

BIN
assets/voxygen/audio/sfx/inventory/drop_item.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/inventory/open_inventory.wav (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.