From 6fcc70d6defdd34c416de302c5a5ea3f0fe439d5 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Thu, 22 Apr 2004 16:45:15 +0000 Subject: [PATCH] - fixed bomb SVN-Revision: 641 --- data/supertux.strf | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/data/supertux.strf b/data/supertux.strf index c51229cb1..6c892d207 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -91,20 +91,22 @@ (images "shared/jumpy-left-middle-0.png")) (sprite (name "mrbomb-left") + (fps 10.0) (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")) + (images "shared/mrbomb-left-0.png" + "shared/mrbomb-left-1.png" + "shared/mrbomb-left-2.png" + "shared/mrbomb-left-3.png")) (sprite (name "mrbomb-right") + (fps 10.0) (x-hotspot 7) (y-hotspot 12) - (images "shared/mrbomb-right-0.png") - (images "shared/mrbomb-right-1.png") - (images "shared/mrbomb-right-2.png") - (images "shared/mrbomb-right-3.png")) + (images "shared/mrbomb-right-0.png" + "shared/mrbomb-right-1.png" + "shared/mrbomb-right-2.png" + "shared/mrbomb-right-3.png")) (sprite (name "mrbomb-ticking-left") -- 2.11.0