[Super-tux-commit] supertux/data/images/worldmap antarctica.stwt,1.7.2.1,1.7.2.2
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-07-30 16:30:43
|
Update of /cvsroot/super-tux/supertux/data/images/worldmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9852/data/images/worldmap Modified Files: Tag: supertux_0_1_1_branch antarctica.stwt Log Message: added one-way road tile for world map (coding needed - see mailing list!) Index: antarctica.stwt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/antarctica.stwt,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -u -d -r1.7.2.1 -r1.7.2.2 --- antarctica.stwt 27 Jul 2004 16:48:18 -0000 1.7.2.1 +++ antarctica.stwt 30 Jul 2004 16:30:33 -0000 1.7.2.2 @@ -315,5 +315,15 @@ (west #f) (east #f)) + ;;one-way vertical road + (tile (id 65) + (image "road_ns.png") + (north #t) + (south #t) + (west #f) + (east #f) + (stop #f)) + + ) ;; EOF ;; |