Adding more footstep sfx for some tilesets
This commit is contained in:
parent
312672f160
commit
c7c4948817
|
|
@ -1,6 +1,7 @@
|
||||||
FOOTSTEP_SFX = [
|
FOOTSTEP_SFX = [
|
||||||
# Start
|
# Start
|
||||||
['step_wood'],
|
['step_wood',
|
||||||
|
'step_tile'],
|
||||||
# Blue
|
# Blue
|
||||||
['step_gravel',
|
['step_gravel',
|
||||||
'step_wood'],
|
'step_wood'],
|
||||||
|
|
@ -26,7 +27,7 @@ FOOTSTEP_SFX = [
|
||||||
# Tower Start
|
# Tower Start
|
||||||
[],
|
[],
|
||||||
# Blank
|
# Blank
|
||||||
[],
|
['step_tile'],
|
||||||
# Blue Factory Interior
|
# Blue Factory Interior
|
||||||
[['step_metal', 0.5]],
|
[['step_metal', 0.5]],
|
||||||
# Red Ground
|
# Red Ground
|
||||||
|
|
@ -55,7 +56,8 @@ FOOTSTEP_SFX = [
|
||||||
['step_splash',
|
['step_splash',
|
||||||
'step_tile_soft'],
|
'step_tile_soft'],
|
||||||
# Start Tower
|
# Start Tower
|
||||||
['step_wood'],
|
['step_wood',
|
||||||
|
'step_tile'],
|
||||||
]
|
]
|
||||||
|
|
||||||
FOOTSTEP_AMT = {
|
FOOTSTEP_AMT = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue