mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Adding more footstep sfx for some tilesets
This commit is contained in:
parent
312672f160
commit
c7c4948817
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
FOOTSTEP_SFX = [
|
||||
# Start
|
||||
['step_wood'],
|
||||
['step_wood',
|
||||
'step_tile'],
|
||||
# Blue
|
||||
['step_gravel',
|
||||
'step_wood'],
|
||||
|
|
@ -26,7 +27,7 @@ FOOTSTEP_SFX = [
|
|||
# Tower Start
|
||||
[],
|
||||
# Blank
|
||||
[],
|
||||
['step_tile'],
|
||||
# Blue Factory Interior
|
||||
[['step_metal', 0.5]],
|
||||
# Red Ground
|
||||
|
|
@ -55,7 +56,8 @@ FOOTSTEP_SFX = [
|
|||
['step_splash',
|
||||
'step_tile_soft'],
|
||||
# Start Tower
|
||||
['step_wood'],
|
||||
['step_wood',
|
||||
'step_tile'],
|
||||
]
|
||||
|
||||
FOOTSTEP_AMT = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue