minor hitbox tweak to spidermite-squished addressing bug 914
authorLMH <lmh.0013@gmail.com>
Sat, 11 Feb 2012 00:28:05 +0000 (14:28 -1000)
committerLMH <lmh.0013@gmail.com>
Sat, 11 Feb 2012 00:28:05 +0000 (14:28 -1000)
data/images/creatures/spidermite/spidermite.sprite

index 74a4c96..25f8460 100644 (file)
@@ -13,9 +13,9 @@
 
        (action
          (name "squished-left")
-         (hitbox 4 -12 31.8 31.8)
+         (hitbox 4 3 31.8 31.8)
          (images "spidermite-squish.png"))
        (action
          (name "squished-right")
-         (hitbox 4 -12 31.8 31.8)
+         (hitbox 4 3 31.8 31.8)
          (mirror-action "squished-left")))