Experimented with loading hitbox from .sprite file
[supertux.git] / data / images / creatures / stalactite / stalactite.sprite
index cc3034e..ec258ad 100644 (file)
@@ -1,11 +1,9 @@
 (supertux-sprite
        (action
          (name "normal")
-         (x-offset 0)
-         (y-offset 0)
+         (hitbox 0 0 0 0)
          (images "falling.png"))
        (action
          (name "squished")
-         (x-offset 0)
-         (y-offset 16)
+         (hitbox 0 16 0 0)
          (images "broken.png")))