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_tile',
|
||||||
'step_wood'],
|
'step_wood'],
|
||||||
# Tower
|
# Tower
|
||||||
[],
|
['step_splash'],
|
||||||
# Tower Start
|
# Tower Start
|
||||||
[],
|
[],
|
||||||
# Blank
|
# Blank
|
||||||
|
|
@ -48,6 +48,10 @@ FOOTSTEP_SFX = [
|
||||||
# Blue outpost
|
# Blue outpost
|
||||||
['step_tile',
|
['step_tile',
|
||||||
'step_wood'],
|
'step_wood'],
|
||||||
|
# Blue mineshaft
|
||||||
|
[],
|
||||||
|
# Tower
|
||||||
|
[],
|
||||||
]
|
]
|
||||||
|
|
||||||
FOOTSTEP_AMT = {
|
FOOTSTEP_AMT = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue