From 316283c78cecb660f0d4c8fea41bcddad7a5caa9 Mon Sep 17 00:00:00 2001 From: Michael Shirt Date: Mon, 3 Oct 2016 11:04:00 -0600 Subject: [PATCH] Added step sfx for tilesets that didn't have them yet --- scripts/Data_Footsteps.rb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/scripts/Data_Footsteps.rb b/scripts/Data_Footsteps.rb index b9c6145..a8b9dc1 100644 --- a/scripts/Data_Footsteps.rb +++ b/scripts/Data_Footsteps.rb @@ -30,16 +30,21 @@ FOOTSTEP_SFX = [ # Blue Factory Interior [['step_metal', 0.5]], # Red Ground - [], + ['step_tile', + 'step_wood'], # Red Factory - [], + ['step_tile', + 'step_wood', + 'step_grate'], # Red Factory Interior ['step_metal'], # Red observation deck ['step_metal', 'step_tile'], # Red alley - [], + ['step_tile', + 'step_wood', + 'step_grate'], # Blue outpost ['step_tile', 'step_wood'],