mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +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
|
||||
[['step_metal', 0.5]],
|
||||
# Red Ground
|
||||
[],
|
||||
['step_tile',
|
||||
'step_wood'],
|
||||
# Red Factory
|
||||
[],
|
||||
['step_tile',
|
||||
'step_wood',
|
||||
'step_grate'],
|
||||
# Red Factory Interior
|
||||
['step_metal'],
|
||||
# Red observation deck
|
||||
['step_metal',
|
||||
'step_tile'],
|
||||
# Red alley
|
||||
[],
|
||||
['step_tile',
|
||||
'step_wood',
|
||||
'step_grate'],
|
||||
# Blue outpost
|
||||
['step_tile',
|
||||
'step_wood'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue