mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'shandley/footsteps-grass' into 'master'
Update footsteps SFX Closes #374 See merge request veloren/veloren!676
This commit is contained in:
@ -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.
BIN
assets/voxygen/audio/sfx/chat_tell_received.wav
Normal file
BIN
assets/voxygen/audio/sfx/chat_tell_received.wav
Normal file
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.
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_1.wav
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_1.wav
Normal file
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_2.wav
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_2.wav
Normal file
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_3.wav
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_3.wav
Normal file
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_4.wav
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_4.wav
Normal file
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_5.wav
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_5.wav
Normal file
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_6.wav
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_6.wav
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -28,7 +28,7 @@ pub enum SfxEvent {
|
|||||||
PlaceBlock,
|
PlaceBlock,
|
||||||
RemoveBlock,
|
RemoveBlock,
|
||||||
OpenChest,
|
OpenChest,
|
||||||
ChatMessageReceived,
|
ChatTellReceived,
|
||||||
OpenBag,
|
OpenBag,
|
||||||
LevelUp,
|
LevelUp,
|
||||||
Roll,
|
Roll,
|
||||||
|
Reference in New Issue
Block a user