From f508a445d6199b765b5b0f057125c46de5bbb164 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Thu, 22 Apr 2004 10:44:17 +0000 Subject: [PATCH] Applied Ryan's patch for MrBomb hotspot. SVN-Revision: 624 --- data/supertux.strf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/supertux.strf b/data/supertux.strf index 27a52da01..380b08c2b 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -73,12 +73,16 @@ (images "shared/jumpy-left-middle-0.png")) (sprite (name "mrbomb-left") + (x-hotspot 0) + (y-hotspot 15) (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") + (x-hotspot 0) + (y-hotspot 15) (images "shared/mrbomb-right-0.png") (images "shared/mrbomb-right-1.png") (images "shared/mrbomb-right-2.png") @@ -86,12 +90,18 @@ (sprite (name "mrbomb-ticking-left") + (x-hotspot 0) + (y-hotspot 10) (images "shared/mrbombx-left-0.png")) (sprite (name "mrbomb-ticking-right") + (x-hotspot 0) + (y-hotspot 10) (images "shared/mrbombx-right-0.png")) (sprite (name "mrbomb-explosion") + (x-hotspot 32) + (y-hotspot 32) (images "shared/mrbomb-explosion.png")) (sprite (name "stalactite") -- 2.11.0