- fixed some align problems
authorIngo Ruhnke <grumbel@gmx.de>
Sun, 25 Apr 2004 17:17:10 +0000 (17:17 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sun, 25 Apr 2004 17:17:10 +0000 (17:17 +0000)
SVN-Revision: 711

data/supertux.strf

index 4118145..ca35d3a 100644 (file)
  ;; Small Tux Stand
  (sprite (name "smalltux-stand-left")
          (fps 15.0)
-         (x-hotspot 0)
+         (x-hotspot 5)
          (y-hotspot 9)
          (images "shared/smalltux-left-6.png"
                  ))
 
  (sprite (name "smalltux-stand-right")
          (fps 15.0)
-         (x-hotspot 0)
+         (x-hotspot 5)
          (y-hotspot 9)
          (images "shared/smalltux-right-6.png"))
 
  ;; Small Tux Jump
  (sprite (name "smalltux-jump-left")
          (fps 15.0)
-         (x-hotspot 0)
-         (y-hotspot 0)
+         (x-hotspot 5)
+         (y-hotspot 7)
          (images "shared/smalltux-jump-left.png"
                  ))
 
  (sprite (name "smalltux-jump-right")
          (fps 15.0)
-         (x-hotspot 0)
-         (y-hotspot 0)
+         (x-hotspot 5)
+         (y-hotspot 7)
          (images "shared/smalltux-jump-right.png"))
 
  (sprite (name "smalltux-gameover")
          (fps 10.0)
+         (x-hotspot 13)
+         (y-hotspot 6)
          (images "shared/smalltux-gameover-0.png"
                  "shared/smalltux-gameover-1.png"))