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
[['step_metal', 0.5]],
# Red Ground
[],
['step_tile',
'step_wood'],
# Red Factory
[],
['step_tile',
'step_wood',
'step_grate'],
# Red Factory Interior
['step_metal'],
# Red observation deck
['step_metal',
'step_tile'],
# Red alley
[],
['step_tile',
'step_wood',
'step_grate'],
# Blue outpost
['step_tile',
'step_wood'],