Update of /cvsroot/super-tux/supertux/data/images/worldmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2697
Modified Files:
antarctica.stwt
Added Files:
castle1.png castle2.png castle3.png castle4.png castle5.png
castle6.png castle7.png castle8.png castle9.png igloo1.png
igloo2.png
Log Message:
- added start/end tiles
--- NEW FILE: castle8.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: castle9.png ---
(This appears to be a binary file; contents omitted.)
Index: antarctica.stwt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/antarctica.stwt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- antarctica.stwt 10 Apr 2004 18:54:27 -0000 1.4
+++ antarctica.stwt 24 Apr 2004 19:39:44 -0000 1.5
@@ -191,6 +191,81 @@
(south #t)
(west #f)
(east #t))
+
+ ;; castle
+ (tile (id 49)
+ (image "castle1.png")
+ (north #f)
+ (south #f)
+ (west #f)
+ (east #f))
+ (tile (id 50)
+ (image "castle2.png")
+ (north #f)
+ (south #f)
+ (west #f)
+ (east #f))
+ (tile (id 51)
+ (image "castle3.png")
+ (north #f)
+ (south #f)
+ (west #f)
+ (east #f))
+
+ (tile (id 52)
+ (image "castle4.png")
+ (north #f)
+ (south #f)
+ (west #f)
+ (east #f))
+ (tile (id 53)
+ (image "castle5.png")
+ (north #f)
+ (south #f)
+ (west #f)
+ (east #f))
+ (tile (id 54)
+ (image "castle6.png")
+ (north #f)
+ (south #f)
+ (west #f)
+ (east #f))
+
+ (tile (id 55)
+ (image "castle7.png")
+ (north #f)
+ (south #f)
+ (west #f)
+ (east #f))
+ (tile (id 56)
+ (image "castle8.png")
+ (stop #t)
+ (north #f)
+ (south #f)
+ (west #f)
+ (east #t))
+ (tile (id 57)
+ (image "castle9.png")
+ (stop #f)
+ (north #f)
+ (south #f)
+ (west #t)
+ (east #t))
+
+ (tile (id 58)
+ (image "igloo1.png")
+ (stop #f)
+ (north #f)
+ (south #f)
+ (west #f)
+ (east #f))
+ (tile (id 59)
+ (image "igloo2.png")
+ (stop #t)
+ (north #f)
+ (south #t)
+ (west #f)
+ (east #f))
)
;; EOF ;;
--- NEW FILE: castle1.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: castle2.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: castle3.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: castle4.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: castle5.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: castle6.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: castle7.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: igloo2.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: igloo1.png ---
(This appears to be a binary file; contents omitted.)
|