From a6d67beeef2d9e60f2952b25511a885760ecb5b6 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sat, 24 Apr 2004 10:43:15 +0000 Subject: [PATCH] - added new gfx SVN-Revision: 677 --- data/supertux.strf | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/data/supertux.strf b/data/supertux.strf index 0d6b5a6a7..9f1bb35a9 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -282,6 +282,49 @@ (x-hotspot 6) (y-hotspot 8) (images "shared/smalltux-skid-right.png")) + + + (sprite (name "smalltux-kick-left") + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-kick-left-0.png")) + + (sprite (name "smalltux-kick-right") + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-kick-right-0.png")) + + (sprite (name "smalltux-grab-left") + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-grab-left-0.png")) + + (sprite (name "smalltux-grab-right") + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-grab-right-0.png")) + + + (sprite (name "largetux-kick-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-kick-left-0.png")) + + (sprite (name "largetux-kick-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-kick-right-0.png")) + + (sprite (name "largetux-grab-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-grab-left-0.png")) + + (sprite (name "largetux-grab-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-grab-right-0.png")) + ) ;; EOF ;; -- 2.11.0