mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Added step sounds for endgame areas
This commit is contained in:
parent
6b91671ad0
commit
ae62b5800d
1 changed files with 5 additions and 1 deletions
|
|
@ -52,10 +52,14 @@ FOOTSTEP_SFX = [
|
|||
['step_gravel',
|
||||
'step_wood'],
|
||||
# Tower
|
||||
[],
|
||||
['step_splash',
|
||||
'step_tile_soft'],
|
||||
# Start Tower
|
||||
['step_wood'],
|
||||
]
|
||||
|
||||
FOOTSTEP_AMT = {
|
||||
'step_metal' => 4,
|
||||
'step_tile' => 4,
|
||||
'step_tile_soft' => 4
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue