[Super-tux-commit] supertux/data/images/worldmap road_end.png,1.1,1.2 road_n.png,1.1,1.2 road_s.png,
Brought to you by:
wkendrick
Update of /cvsroot/super-tux/supertux/data/images/worldmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18792/data/images/worldmap Modified Files: antarctica.stwt messagedot.png road_e.png Added Files: road_end.png road_n.png road_s.png road_w.png teleporterdot.png Log Message: Added missing worldmap images existent in 0.1.2. --- NEW FILE: road_n.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: teleporterdot.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.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- antarctica.stwt 26 Apr 2004 14:16:22 -0000 1.7 +++ antarctica.stwt 26 Aug 2004 22:57:13 -0000 1.8 @@ -33,7 +33,7 @@ (east #t) (stop #t)) (tile (id 5) - (image "road_e.png") + (image "road_end.png") (north #f) (south #f) (west #f) @@ -282,6 +282,101 @@ (south #t) (west #f) (east #f)) - ) + + ;; Secret paths + (tile (id 61) + (image "road_nws.png") + (north #t) + (south #t) + (west #t) + (east #t)) + + (tile (id 62) + (image "snow5.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + + (tile (id 63) + (image "water.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + + (tile (id 64) + (image "snow7.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + ;;one-way vertical road + (tile (id 65) + (image "road_ns.png") + (north #t) + (south #t) + (west #f) + (east #f) + (stop #f) + (one-way "north-south")) + + ;;one-way horizontal road + (tile (id 66) + (image "road_we.png") + (north #f) + (south #f) + (west #t) + (east #t) + (stop #f) + (one-way "west-east")) + + ;; Another invisible road + (tile (id 67) + (image "snow9.png") + (stop #t) + (north #f) + (south #f) + (west #t) + (east #f)) + + ;; End of the line + (tile (id 68) + (image "road_n.png") + (stop #t) + (north #t) + (south #f) + (west #f) + (east #f)) + + (tile (id 69) + (image "road_e.png") + (stop #t) + (north #f) + (south #f) + (west #f) + (east #t)) + + (tile (id 70) + (image "road_s.png") + (stop #t) + (north #f) + (south #t) + (west #f) + (east #f)) + + (tile (id 71) + (image "road_w.png") + (stop #t) + (north #f) + (south #f) + (west #t) + (east #f)) + + +) ;; EOF ;; Index: messagedot.png =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/messagedot.png,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsueIroM and /tmp/cvsrgBBWk differ --- NEW FILE: road_w.png --- (This appears to be a binary file; contents omitted.) Index: road_e.png =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/road_e.png,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsFJGJVO and /tmp/cvssDNwvn differ --- NEW FILE: road_s.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: road_end.png --- (This appears to be a binary file; contents omitted.) |