mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Added splash step for tower
For the water room in the tower
This commit is contained in:
parent
ab9856ef22
commit
73c6ae14af
1 changed files with 5 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ FOOTSTEP_SFX = [
|
|||
['step_tile',
|
||||
'step_wood'],
|
||||
# Tower
|
||||
[],
|
||||
['step_splash'],
|
||||
# Tower Start
|
||||
[],
|
||||
# Blank
|
||||
|
|
@ -48,6 +48,10 @@ FOOTSTEP_SFX = [
|
|||
# Blue outpost
|
||||
['step_tile',
|
||||
'step_wood'],
|
||||
# Blue mineshaft
|
||||
[],
|
||||
# Tower
|
||||
[],
|
||||
]
|
||||
|
||||
FOOTSTEP_AMT = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue