Reorganized files
This commit is contained in:
parent
66b1cbe21f
commit
c0bf423bbf
16 changed files with 153 additions and 156 deletions
30
scripts/Data_Footsteps.rb
Normal file
30
scripts/Data_Footsteps.rb
Normal 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'],
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue