mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
2644e29484
Implements a potential structure for splitting the SFX event mapping into smaller individual files for maintainability. - Remove inventory events for now: For a later commit. - No longer panic when there is a failure parsing the sfx file: log the error and not play sfx.
27 lines
754 B
Plaintext
27 lines
754 B
Plaintext
(
|
|
{
|
|
Run: (
|
|
files: [
|
|
"voxygen.audio.sfx.footsteps.stepgrass_1",
|
|
"voxygen.audio.sfx.footsteps.stepgrass_2",
|
|
"voxygen.audio.sfx.footsteps.stepgrass_3",
|
|
"voxygen.audio.sfx.footsteps.stepgrass_4",
|
|
"voxygen.audio.sfx.footsteps.stepgrass_5",
|
|
"voxygen.audio.sfx.footsteps.stepgrass_6",
|
|
],
|
|
threshold: 0.25,
|
|
),
|
|
GliderOpen: (
|
|
files: [
|
|
"voxygen.audio.sfx.glider_open",
|
|
],
|
|
threshold: 0.5,
|
|
),
|
|
GliderClose: (
|
|
files: [
|
|
"voxygen.audio.sfx.glider_close",
|
|
],
|
|
threshold: 0.5,
|
|
),
|
|
}
|
|
) |