From cedf83a08d307bdb4b6913aa46b2e4deed22c480 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Thu, 27 May 2004 16:58:16 +0000 Subject: [PATCH] Added growing Tux entries. SVN-Revision: 1340 --- data/supertux.strf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/data/supertux.strf b/data/supertux.strf index 1310b79e3..f0e63a2e8 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -188,6 +188,31 @@ "shared/largetux-star-2.png" )) + ;; Growing Tux animation + (sprite (name "tux-grow-left") + (fps 4.0) + (x-hotspot 6) + (y-hotspot 2) + (images "shared/tux-grow-left-1.png" + "shared/tux-grow-left-2.png" + "shared/tux-grow-left-3.png" + "shared/tux-grow-left-4.png" + "shared/tux-grow-left-5.png" + "shared/tux-grow-left-6.png" + "shared/tux-grow-left-7.png")) + + (sprite (name "tux-grow-right") + (fps 4.0) + (x-hotspot 6) + (y-hotspot 2) + (images "shared/tux-grow-right-1.png" + "shared/tux-grow-right-2.png" + "shared/tux-grow-right-3.png" + "shared/tux-grow-right-4.png" + "shared/tux-grow-right-5.png" + "shared/tux-grow-right-6.png" + "shared/tux-grow-right-7.png")) + ;; Icetux (sprite (name "icetux-walk-left") (x-hotspot 6) -- 2.11.0