From c7c4948817df8124b6b18d74b2c746657877d155 Mon Sep 17 00:00:00 2001 From: Michael Shirt Date: Sat, 29 Oct 2016 18:44:48 -0600 Subject: [PATCH] Adding more footstep sfx for some tilesets --- scripts/Data_Footsteps.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/Data_Footsteps.rb b/scripts/Data_Footsteps.rb index 7f9c14a..79d9302 100644 --- a/scripts/Data_Footsteps.rb +++ b/scripts/Data_Footsteps.rb @@ -1,6 +1,7 @@ FOOTSTEP_SFX = [ # Start - ['step_wood'], + ['step_wood', + 'step_tile'], # Blue ['step_gravel', 'step_wood'], @@ -26,7 +27,7 @@ FOOTSTEP_SFX = [ # Tower Start [], # Blank - [], + ['step_tile'], # Blue Factory Interior [['step_metal', 0.5]], # Red Ground @@ -55,7 +56,8 @@ FOOTSTEP_SFX = [ ['step_splash', 'step_tile_soft'], # Start Tower - ['step_wood'], + ['step_wood', + 'step_tile'], ] FOOTSTEP_AMT = {