From: Arvid Norlander Date: Fri, 26 Jan 2007 13:29:42 +0000 (+0000) Subject: * Added editor images for the secret snow path tiles (worldmap) and added the xcf... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=548f2412e1a85ab2dbdbdb5e65440c0a81540e36;p=supertux.git * Added editor images for the secret snow path tiles (worldmap) and added the xcf used to create it to media. * Added missing item to htdocs/rsync-excludes.txt SVN-Revision: 4671 --- diff --git a/data/images/worldmap.strf b/data/images/worldmap.strf index c711f6b51..87e9f45f6 100644 --- a/data/images/worldmap.strf +++ b/data/images/worldmap.strf @@ -364,6 +364,9 @@ ;; Secret paths (tile (id 61) (images "worldmap/antarctica/road_nws.png") + (editor-images + (region "worldmap/antarctica/secretpaths-editor.png" 0 0 32 32) + ) (stop #t) (north #t) (south #t) @@ -372,6 +375,9 @@ (tile (id 62) (images "worldmap/antarctica/snow5.png") + (editor-images + (region "worldmap/antarctica/secretpaths-editor.png" 32 0 32 32) + ) (stop #f) (north #f) (south #f) @@ -391,6 +397,9 @@ (tile (id 64) (images "worldmap/antarctica/snow7.png") + (editor-images + (region "worldmap/antarctica/secretpaths-editor.png" 64 0 32 32) + ) (stop #f) (north #f) (south #f) @@ -420,6 +429,9 @@ ;; Another invisible road (tile (id 67) (images "worldmap/antarctica/snow9.png") + (editor-images + (region "worldmap/antarctica/secretpaths-editor.png" 96 0 32 32) + ) (stop #t) (north #f) (south #f) @@ -429,7 +441,7 @@ ;; End of the line (tile (id 68) (images "worldmap/antarctica/road_n.png") - (stop #t) + (stop #t) (north #t) (south #f) (west #f) @@ -462,6 +474,9 @@ ;; Yet another invisible one (tile (id 72) (images "worldmap/antarctica/road_e.png") + (editor-images + (region "worldmap/antarctica/secretpaths-editor.png" 128 0 32 32) + ) (stop #t) (north #f) (south #f) @@ -744,110 +759,134 @@ (id 402) (images (region "worldmap/forest/forestwood.png" 0 0 32 32) - ) (north #f) - (south #t) - (east #t) - (west #f) - (stop #f)) + ) + (north #f) + (south #t) + (east #t) + (west #f) + (stop #f) + ) (tile (id 403) (images (region "worldmap/forest/forestwood.png" 32 0 32 32) - ) (north #t) - (south #t) - (east #t) - (west #f) - (stop #t)) + ) + (north #t) + (south #t) + (east #t) + (west #f) + (stop #t) + ) (tile (id 404) (images (region "worldmap/forest/forestwood.png" 64 0 32 32) - ) (north #t) - (south #f) - (east #t) - (west #f) - (stop #f)) + ) + (north #t) + (south #f) + (east #t) + (west #f) + (stop #f) + ) (tile (id 405) (images (region "worldmap/forest/forestwood.png" 96 0 32 32) - ) (north #f) - (south #t) - (east #f) - (west #t) - (stop #f)) + ) + (north #f) + (south #t) + (east #f) + (west #t) + (stop #f) + ) (tile (id 406) (images (region "worldmap/forest/forestwood.png" 128 0 32 32) - ) (north #f) - (south #f) - (east #t) - (west #t) - (stop #f)) + ) + (north #f) + (south #f) + (east #t) + (west #t) + (stop #f) + ) (tile (id 407) (images (region "worldmap/forest/forestwood.png" 0 32 32 32) - ) (north #f) - (south #t) - (east #t) - (west #t) - (stop #t)) + ) + (north #f) + (south #t) + (east #t) + (west #t) + (stop #t) + ) (tile (id 408) (images (region "worldmap/forest/forestwood.png" 32 32 32 32) - ) (north #t) - (south #t) - (east #f) - (west #t) - (stop #t)) + ) + (north #t) + (south #t) + (east #f) + (west #t) + (stop #t) + ) (tile (id 409) (images (region "worldmap/forest/forestwood.png" 64 32 32 32) - ) (north #t) - (south #t) - (east #f) - (west #f) - (stop #f)) + ) + (north #t) + (south #t) + (east #f) + (west #f) + (stop #f) + ) (tile (id 410) (images (region "worldmap/forest/forestwood.png" 96 32 32 32) - ) (north #t) - (south #t) - (east #t) - (west #f) - (stop #t)) + ) + (north #t) + (south #t) + (east #t) + (west #f) + (stop #t) + ) (tile (id 411) (images (region "worldmap/forest/forestwood.png" 128 32 32 32) - ) (north #t) - (south #f) - (east #t) - (west #f) - (stop #f)) + ) + (north #t) + (south #f) + (east #t) + (west #f) + (stop #f) + ) (tile (id 412) (images (region "worldmap/forest/forestwood.png" 0 64 32 32) - ) (north #t) - (south #f) - (east #t) - (west #t) - (stop #t)) + ) + (north #t) + (south #f) + (east #t) + (west #t) + (stop #t) + ) (tile (id 413) (images - (region "worldmap/forest/forestwood.png" 32 64 32 32)) - (north #t) - (south #f) - (east #f) - (west #t) - (stop #f)) + (region "worldmap/forest/forestwood.png" 32 64 32 32) + ) + (north #t) + (south #f) + (east #f) + (west #t) + (stop #f) + ) (tile (id 414) (images diff --git a/data/images/worldmap/antarctica/secretpaths-editor.png b/data/images/worldmap/antarctica/secretpaths-editor.png new file mode 100644 index 000000000..7644b75e7 Binary files /dev/null and b/data/images/worldmap/antarctica/secretpaths-editor.png differ