Reorganized files

This commit is contained in:
Mathew Velasquez 2015-11-22 18:06:34 -05:00
parent 66b1cbe21f
commit c0bf423bbf
16 changed files with 153 additions and 156 deletions

30
scripts/Data_Footsteps.rb Normal file
View file

@ -0,0 +1,30 @@
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
[],
# Red Interior
[],
# Tower
[],
# Tower Start
[],
# Blank
[],
# Blue Factory Interior
['step_metal'],
]