Added splash step for tower
For the water room in the tower
This commit is contained in:
parent
ab9856ef22
commit
73c6ae14af
|
|
@ -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 New Issue