- added new gfx
authorIngo Ruhnke <grumbel@gmx.de>
Sat, 24 Apr 2004 10:43:15 +0000 (10:43 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sat, 24 Apr 2004 10:43:15 +0000 (10:43 +0000)
SVN-Revision: 677

data/supertux.strf

index 0d6b5a6..9f1bb35 100644 (file)
          (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 ;;