Added splash step for tower

For the water room in the tower
This commit is contained in:
Michael Shirt 2016-10-04 01:33:36 -06:00
parent ab9856ef22
commit 73c6ae14af
1 changed files with 5 additions and 1 deletions

View File

@ -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 = {