From: Ingo Ruhnke Date: Thu, 22 Apr 2004 16:36:59 +0000 (+0000) Subject: - fixed hotspot X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=08bcafacb615bb9bfa6ce6a6732735a30b89a55c;p=supertux.git - fixed hotspot SVN-Revision: 640 --- diff --git a/data/supertux.strf b/data/supertux.strf index 877c72ab9..c51229cb1 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -91,18 +91,16 @@ (images "shared/jumpy-left-middle-0.png")) (sprite (name "mrbomb-left") - (fps 15.0) - (x-hotspot 0) - (y-hotspot 15) + (x-hotspot 3) + (y-hotspot 12) (images "shared/mrbomb-left-0.png") (images "shared/mrbomb-left-1.png") (images "shared/mrbomb-left-2.png") (images "shared/mrbomb-left-3.png")) (sprite (name "mrbomb-right") - (fps 15.0) - (x-hotspot 0) - (y-hotspot 15) + (x-hotspot 7) + (y-hotspot 12) (images "shared/mrbomb-right-0.png") (images "shared/mrbomb-right-1.png") (images "shared/mrbomb-right-2.png") @@ -111,15 +109,15 @@ (sprite (name "mrbomb-ticking-left") (fps 15.0) - (x-hotspot 0) - (y-hotspot 10) + (x-hotspot 3) + (y-hotspot 8) (images "shared/mrbombx-left-0.png" "shared/mrbombx-left-1.png")) (sprite (name "mrbomb-ticking-right") (fps 15.0) - (x-hotspot 0) - (y-hotspot 10) + (x-hotspot 10) + (y-hotspot 8) (images "shared/mrbombx-right-0.png" "shared/mrbombx-right-1.png"))