veloren/assets/voxygen/audio/sfx.ron
2020-01-16 05:28:45 -08:00

39 lines
1.0 KiB
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,
),
Attack(Melee): (
files: [
"voxygen.audio.sfx.weapon.sword",
],
threshold: 0.5,
),
Attack(Bow): (
files: [
"voxygen.audio.sfx.weapon.bow",
],
threshold: 0.5,
),
}
)