From: Christoph Sommer Date: Tue, 25 Jul 2006 17:44:38 +0000 (+0000) Subject: Added T-intersection for poles X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=2557804d7a6d9e269cd399a1682b3504c488634d;p=supertux.git Added T-intersection for poles SVN-Revision: 4088 --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index dcaee25ee..ad3e77615 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -263,7 +263,9 @@ (name "Pole") (tiles 1348 1720 1719 1718 79 80 1347 1722 - 1349 1717 1721 + 1349 1717 1721 0 + 2001 2002 0 0 + 2003 2004 0 0 ) ) (tilegroup @@ -6103,6 +6105,15 @@ (solid #f) ) (tiles + (width 2) + (height 2) + (ids 2001 2002 + 2003 2004) + (attributes 0 0 + 0 0) + (image "tiles/pole/t-cross.png") + ) + (tiles (width 4) (height 2) (ids 1723 1724 1725 1726 diff --git a/data/images/tiles/pole/t-cross.png b/data/images/tiles/pole/t-cross.png new file mode 100644 index 000000000..920c2a8e9 Binary files /dev/null and b/data/images/tiles/pole/t-cross.png differ