mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-21 14:29:55 +00:00
Added step sfx for tilesets that didn't have them yet
This commit is contained in:
parent
30e53b9998
commit
316283c78c
1 changed files with 8 additions and 3 deletions
|
|
@ -30,16 +30,21 @@ FOOTSTEP_SFX = [
|
||||||
# Blue Factory Interior
|
# Blue Factory Interior
|
||||||
[['step_metal', 0.5]],
|
[['step_metal', 0.5]],
|
||||||
# Red Ground
|
# Red Ground
|
||||||
[],
|
['step_tile',
|
||||||
|
'step_wood'],
|
||||||
# Red Factory
|
# Red Factory
|
||||||
[],
|
['step_tile',
|
||||||
|
'step_wood',
|
||||||
|
'step_grate'],
|
||||||
# Red Factory Interior
|
# Red Factory Interior
|
||||||
['step_metal'],
|
['step_metal'],
|
||||||
# Red observation deck
|
# Red observation deck
|
||||||
['step_metal',
|
['step_metal',
|
||||||
'step_tile'],
|
'step_tile'],
|
||||||
# Red alley
|
# Red alley
|
||||||
[],
|
['step_tile',
|
||||||
|
'step_wood',
|
||||||
|
'step_grate'],
|
||||||
# Blue outpost
|
# Blue outpost
|
||||||
['step_tile',
|
['step_tile',
|
||||||
'step_wood'],
|
'step_wood'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue