Merge branch 'kalikatz/add_tools_to_sfx' into 'master'

add pointers to sceptre and pickaxe pickup sounds

See merge request veloren/veloren!2934
This commit is contained in:
Joshua Barretto 2021-10-16 16:04:20 +00:00
commit 2b74071cdb

View File

@ -448,6 +448,12 @@
],
threshold: 2.5,
),
Inventory(CollectedTool(Sceptre)): (
files: [
"voxygen.audio.sfx.inventory.add_item",
],
threshold: 0.3,
),
//
// Dagger
@ -511,6 +517,14 @@
threshold: 0.3,
),
// PickAxe Tool
Inventory(CollectedTool(Pick)): (
files: [
"voxygen.audio.sfx.inventory.add_item",
],
threshold: 0.3,
),
//
// Inventory
//