From: Arvid Norlander Date: Sat, 24 Jun 2006 21:26:18 +0000 (+0000) Subject: Added "mirrored" versions of pipe ends X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e7ffcc7085614509f59a3d4c3a255bfd5d310bb5;p=supertux.git Added "mirrored" versions of pipe ends SVN-Revision: 3727 --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index d6b8c3966..da85fa2f6 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -178,10 +178,11 @@ ) (tilegroup (name "Pipe") - (tiles 53 55 0 0 - 54 56 0 0 - 57 58 0 0 - 59 60 0 0) + (tiles 53 55 1744 0 + 54 56 1745 0 + 57 58 0 0 + 59 60 0 0 + 1742 1743) ) (tilegroup (name "Pole") @@ -5856,4 +5857,13 @@ 1) (image "tiles/darksnow/wall.png") ) + (tiles + (width 2) + (height 2) + (ids 1742 1743 + 1744 1745) + (attributes 1 1 + 1 1) + (image "tiles/pipe/mirrored.png") + ) ) diff --git a/data/images/tiles/pipe/mirrored.png b/data/images/tiles/pipe/mirrored.png new file mode 100644 index 000000000..4c38e29a4 Binary files /dev/null and b/data/images/tiles/pipe/mirrored.png differ