Added step sfx for tilesets that didn't have them yet

This commit is contained in:
Michael Shirt 2016-10-03 11:04:00 -06:00
parent 30e53b9998
commit 316283c78c

View file

@ -30,16 +30,21 @@ FOOTSTEP_SFX = [
# Blue Factory Interior # Blue Factory Interior
[['step_metal', 0.5]], [['step_metal', 0.5]],
# Red Ground # Red Ground
[], ['step_tile',
'step_wood'],
# Red Factory # Red Factory
[], ['step_tile',
'step_wood',
'step_grate'],
# Red Factory Interior # Red Factory Interior
['step_metal'], ['step_metal'],
# Red observation deck # Red observation deck
['step_metal', ['step_metal',
'step_tile'], 'step_tile'],
# Red alley # Red alley
[], ['step_tile',
'step_wood',
'step_grate'],
# Blue outpost # Blue outpost
['step_tile', ['step_tile',
'step_wood'], 'step_wood'],