2015-11-17 20:35:51 +00:00
|
|
|
FOOTSTEP_SFX = [
|
|
|
|
# Start
|
|
|
|
['step_wood',
|
|
|
|
'step_carpet'],
|
|
|
|
# Blue
|
|
|
|
['step_gravel',
|
|
|
|
'step_wood'],
|
|
|
|
# Blue Interior
|
|
|
|
['step_tile',
|
|
|
|
'step_wood'],
|
|
|
|
# Green
|
|
|
|
['step_grass',
|
|
|
|
'step_wood',
|
|
|
|
'step_gravel'],
|
|
|
|
# Green Interior
|
|
|
|
['step_grass',
|
|
|
|
'step_tile'],
|
|
|
|
# Red
|
2015-11-23 06:37:54 +00:00
|
|
|
['step_metal',
|
|
|
|
'step_metal_light'],
|
2015-11-17 20:35:51 +00:00
|
|
|
# Red Interior
|
2015-11-23 06:37:54 +00:00
|
|
|
['step_tile',
|
|
|
|
'step_wood'],
|
2015-11-17 20:35:51 +00:00
|
|
|
# Tower
|
|
|
|
[],
|
|
|
|
# Tower Start
|
|
|
|
[],
|
|
|
|
# Blank
|
|
|
|
[],
|
|
|
|
# Blue Factory Interior
|
2015-11-23 06:37:54 +00:00
|
|
|
['step_metal_light'],
|
|
|
|
# Red Ground
|
|
|
|
[],
|
|
|
|
# Red Factory
|
|
|
|
[],
|
|
|
|
# Red Factory Interior
|
|
|
|
[],
|
|
|
|
# Red observation deck
|
|
|
|
['step_metal_light'],
|
2015-11-17 20:35:51 +00:00
|
|
|
]
|