Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30028/data
Modified Files:
supertux.strf
Log Message:
Dust clouds are now drawn around Tux' feet whenever he does a butt stomp.
Someone please improve the sprite! :-)
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- supertux.strf 31 May 2004 14:10:27 -0000 1.40
+++ supertux.strf 7 Jun 2004 19:52:17 -0000 1.41
@@ -684,10 +684,17 @@
; Door
(sprite (name "door")
- (y-hotspot 0)
+ (x-hotspot 0)
(y-hotspot 0)
(images "shared/door.png")
)
+
+ ; Stomp
+ (sprite (name "stomp")
+ (x-hotspot 0)
+ (y-hotspot 0)
+ (images "shared/stomp.png")
+ )
)
;; EOF ;;
|