Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6171/data
Modified Files:
supertux.strf
Log Message:
- fixed some align problems with tux
- fixed bug in tilemap resize
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- supertux.strf 18 Apr 2004 20:35:04 -0000 1.3
+++ supertux.strf 18 Apr 2004 21:16:51 -0000 1.4
@@ -160,6 +160,8 @@
(sprite (name "largetux-walk-left")
+ (x-hotspot 6)
+ (y-hotspot 2)
(images "shared/largetux-walk-left-0.png"
"shared/largetux-walk-left-1.png"
"shared/largetux-walk-left-2.png"
@@ -168,6 +170,8 @@
"shared/largetux-walk-left-5.png"))
(sprite (name "largetux-walk-right")
+ (x-hotspot 6)
+ (y-hotspot 2)
(images "shared/largetux-walk-right-0.png"
"shared/largetux-walk-right-1.png"
"shared/largetux-walk-right-2.png"
@@ -176,11 +180,23 @@
"shared/largetux-walk-right-5.png"))
(sprite (name "largetux-jump-left")
+ (x-hotspot 9)
+ (y-hotspot 2)
(images "shared/largetux-jump-left-0.png"))
-
(sprite (name "largetux-jump-right")
+ (x-hotspot 9)
+ (y-hotspot 2)
(images "shared/largetux-jump-right-0.png"))
+
+ (sprite (name "largetux-duck-left")
+ (x-hotspot 6)
+ (y-hotspot 2)
+ (images "shared/tux-duck-left.png"))
+ (sprite (name "largetux-duck-right")
+ (x-hotspot 6)
+ (y-hotspot 6)
+ (images "shared/tux-duck-right.png"))
)
;; EOF ;;
|