From d43e176b4cae0c2d1ba20d665c4274d31e00db4f Mon Sep 17 00:00:00 2001 From: Michael Shirt Date: Sat, 22 Oct 2016 20:10:13 -0600 Subject: [PATCH] Footsplashes moved slightly lower to be more centered around feet --- scripts/Sprite_Footsplash.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Sprite_Footsplash.rb b/scripts/Sprite_Footsplash.rb index a5b4b36..7e621cf 100644 --- a/scripts/Sprite_Footsplash.rb +++ b/scripts/Sprite_Footsplash.rb @@ -18,6 +18,8 @@ class Sprite_Footsplash < Sprite @real_y += 32 end + @real_y += 48 + self.zoom_x = 2 self.zoom_y = 2 self.ox = 40