Merge branch 'shandley/footsteps-grass' into 'master'

Update footsteps SFX

Closes #374

See merge request veloren/veloren!676
This commit is contained in:
Songtronix
2019-12-08 10:03:40 +00:00
23 changed files with 7 additions and 23 deletions

View File

@ -3,14 +3,12 @@
( (
trigger: Run, trigger: Run,
files: [ files: [
"voxygen.audio.sfx.footsteps.stepdirt_1", "voxygen.audio.sfx.footsteps.stepgrass_1",
"voxygen.audio.sfx.footsteps.stepdirt_2", "voxygen.audio.sfx.footsteps.stepgrass_2",
"voxygen.audio.sfx.footsteps.stepdirt_3", "voxygen.audio.sfx.footsteps.stepgrass_3",
"voxygen.audio.sfx.footsteps.stepdirt_4", "voxygen.audio.sfx.footsteps.stepgrass_4",
"voxygen.audio.sfx.footsteps.stepdirt_5", "voxygen.audio.sfx.footsteps.stepgrass_5",
"voxygen.audio.sfx.footsteps.stepdirt_6", "voxygen.audio.sfx.footsteps.stepgrass_6",
"voxygen.audio.sfx.footsteps.stepdirt_7",
"voxygen.audio.sfx.footsteps.stepdirt_8",
], ],
threshold: 0.25, threshold: 0.25,
), ),
@ -49,19 +47,5 @@
], ],
threshold: 0.5, threshold: 0.5,
), ),
(
trigger: LevelUp,
files: [
"voxygen.audio.sfx.chat_message_received"
],
threshold: 0.2,
),
(
trigger: InventoryAdd,
files: [
"voxygen.audio.sfx.inventory_add"
],
threshold: 0.2,
),
], ],
) )

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -28,7 +28,7 @@ pub enum SfxEvent {
PlaceBlock, PlaceBlock,
RemoveBlock, RemoveBlock,
OpenChest, OpenChest,
ChatMessageReceived, ChatTellReceived,
OpenBag, OpenBag,
LevelUp, LevelUp,
Roll, Roll,