Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31710/data
Modified Files:
supertux.strf
Log Message:
Trampoline image was not yet working cause:
- forgot to disable animation;
- made a mistake in the supertux.strt entries.
:(
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- supertux.strf 13 Aug 2004 22:22:47 -0000 1.47
+++ supertux.strf 14 Aug 2004 12:00:58 -0000 1.48
@@ -750,26 +750,14 @@
(fps 20)
(images "shared/icebullet-1.png")))
; Trampoline
- (sprite (name "trampoline-1")
- (action
- (x-hotspot 0)
- (y-hotspot 0)
- (images "shared/trampoline-1.png")))
- (sprite (name "trampoline-2")
- (action
- (x-hotspot 0)
- (y-hotspot 0)
- (images "shared/trampoline-2.png")))
- (sprite (name "trampoline-3")
- (action
- (x-hotspot 0)
- (y-hotspot 0)
- (images "shared/trampoline-3.png")))
- (sprite (name "trampoline-4")
+ (sprite (name "trampoline")
(action
(x-hotspot 0)
(y-hotspot 0)
- (images "shared/trampoline-4.png")))
+ (images "shared/trampoline-1.png"
+ "shared/trampoline-2.png"
+ "shared/trampoline-3.png"
+ "shared/trampoline-4.png")))
; Flying platform
(sprite (name "flying_platform")
|