From e53b3f4d032e822083e9a324e5336b866d4ea830 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 25 Apr 2004 17:17:10 +0000 Subject: [PATCH] - fixed some align problems SVN-Revision: 711 --- data/supertux.strf | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/data/supertux.strf b/data/supertux.strf index 41181452f..ca35d3a50 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -29,33 +29,35 @@ ;; 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")) -- 2.11.0