Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv739/data
Modified Files:
supertux.strf
Log Message:
Improved the door tile (see test/level11 for demo)
added an animated door (sprite name is "openingdoor"), needs to be added to the code
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- supertux.strf 8 Jun 2004 20:30:54 -0000 1.42
+++ supertux.strf 9 Jun 2004 17:04:11 -0000 1.43
@@ -684,8 +684,20 @@
; Door
(sprite (name "door")
(x-hotspot 0)
- (y-hotspot 0)
- (images "shared/door.png")
+ (y-hotspot 64)
+ (images "shared/door-1.png")
+ )
+ (sprite (name "openingdoor")
+ (x-hotspot 0)
+ (y-hotspot 64)
+ (images "shared/door-1.png"
+ "shared/door-2.png"
+ "shared/door-3.png"
+ "shared/door-4.png"
+ "shared/door-5.png"
+ "shared/door-6.png"
+ "shared/door-7.png"
+ "shared/door-8.png")
)
; Stomp
|