mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
2b74071cdb
@ -448,6 +448,12 @@
|
|||||||
],
|
],
|
||||||
threshold: 2.5,
|
threshold: 2.5,
|
||||||
),
|
),
|
||||||
|
Inventory(CollectedTool(Sceptre)): (
|
||||||
|
files: [
|
||||||
|
"voxygen.audio.sfx.inventory.add_item",
|
||||||
|
],
|
||||||
|
threshold: 0.3,
|
||||||
|
),
|
||||||
|
|
||||||
//
|
//
|
||||||
// Dagger
|
// Dagger
|
||||||
@ -511,6 +517,14 @@
|
|||||||
threshold: 0.3,
|
threshold: 0.3,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
// PickAxe Tool
|
||||||
|
Inventory(CollectedTool(Pick)): (
|
||||||
|
files: [
|
||||||
|
"voxygen.audio.sfx.inventory.add_item",
|
||||||
|
],
|
||||||
|
threshold: 0.3,
|
||||||
|
),
|
||||||
|
|
||||||
//
|
//
|
||||||
// Inventory
|
// Inventory
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user