Fixed error with negative offsets
authorChristoph Sommer <mail@christoph-sommer.de>
Sun, 30 Apr 2006 21:42:22 +0000 (21:42 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sun, 30 Apr 2006 21:42:22 +0000 (21:42 +0000)
SVN-Revision: 3476

data/images/creatures/bouncing_snowball/bouncing_snowball.sprite
data/images/creatures/flying_snowball/flying_snowball.sprite
data/images/creatures/skullyhop/skullyhop.sprite
data/images/creatures/snowball/snowball.sprite
data/images/creatures/spidermite/spidermite.sprite

index 9adbbc8..3778be9 100644 (file)
@@ -16,6 +16,6 @@
  
  (action
   (name "squished")
-  (hitbox 1 --19 0 0)
+  (hitbox 1 -19 0 0)
   (images "../snowball/squished-left.png"))
 )
index 390ac5a..5a3c335 100644 (file)
 
  (action
   (name "squished-left")
-  (hitbox 4 --12 0 0)
+  (hitbox 4 -12 0 0)
   (images "squished-left.png"))
 
  (action
   (name "squished-right")
-  (hitbox 4 --12 0 0)
+  (hitbox 4 -12 0 0)
   (mirror-action "squished-left"))
 )
index 27bc4da..20b538a 100644 (file)
@@ -28,9 +28,9 @@
          (mirror-action "jumping-left"))
        (action
          (name "squished-left")
-         (hitbox 0 --14 0 0)
+         (hitbox 0 -14 0 0)
          (images "squished-0.png"))
        (action
          (name "squished-right")
-         (hitbox 0 --14 0 0)
+         (hitbox 0 -14 0 0)
          (mirror-action "squished-left")))
index a3081cc..957366f 100644 (file)
   )
   (action
     (name "squished-left")
-    (hitbox 1 --19 0 0)
+    (hitbox 1 -19 0 0)
     (images "squished-left.png")
   )
   (action
     (name "squished-right")
-    (hitbox 1 --19 0 0)
+    (hitbox 1 -19 0 0)
     (mirror-action "squished-left")
   )
 )
index d574048..07f57ab 100644 (file)
@@ -13,9 +13,9 @@
 
        (action
          (name "squished-left")
-         (hitbox 4 --12 0 0)
+         (hitbox 4 -12 0 0)
          (images "spidermite-squish.png"))
        (action
          (name "squished-right")
-         (hitbox 4 --12 0 0)
+         (hitbox 4 -12 0 0)
          (mirror-action "squished-left")))