From: Ingo Ruhnke Date: Thu, 22 Apr 2004 16:28:28 +0000 (+0000) Subject: - supertux stand gfx X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=92154395aca6779a7ca61bdeecd29fb6ad559e05;p=supertux.git - supertux stand gfx SVN-Revision: 639 --- diff --git a/data/images/shared/largetux-stand-left.png b/data/images/shared/largetux-stand-left.png new file mode 100644 index 000000000..a70e7d43d Binary files /dev/null and b/data/images/shared/largetux-stand-left.png differ diff --git a/data/images/shared/largetux-stand-right.png b/data/images/shared/largetux-stand-right.png new file mode 100644 index 000000000..94e36bdeb Binary files /dev/null and b/data/images/shared/largetux-stand-right.png differ diff --git a/data/supertux.strf b/data/supertux.strf index 80f06c8ef..877c72ab9 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -91,6 +91,7 @@ (images "shared/jumpy-left-middle-0.png")) (sprite (name "mrbomb-left") + (fps 15.0) (x-hotspot 0) (y-hotspot 15) (images "shared/mrbomb-left-0.png") @@ -99,6 +100,7 @@ (images "shared/mrbomb-left-3.png")) (sprite (name "mrbomb-right") + (fps 15.0) (x-hotspot 0) (y-hotspot 15) (images "shared/mrbomb-right-0.png") @@ -108,14 +110,18 @@ (sprite (name "mrbomb-ticking-left") + (fps 15.0) (x-hotspot 0) (y-hotspot 10) - (images "shared/mrbombx-left-0.png")) + (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) - (images "shared/mrbombx-right-0.png")) + (images "shared/mrbombx-right-0.png" + "shared/mrbombx-right-1.png")) (sprite (name "mrbomb-explosion") (x-hotspot 32) @@ -213,6 +219,16 @@ "shared/snowball-right-1.png")) + (sprite (name "largetux-stand-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-stand-left.png")) + + (sprite (name "largetux-stand-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-stand-right.png")) + (sprite (name "largetux-walk-left") (x-hotspot 6) (y-hotspot 2)