From: Arvid Norlander Date: Thu, 22 Mar 2007 08:21:04 +0000 (+0000) Subject: Merged blueh.diff from tjcarter. It provides a horizontal blue pipe X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=149d8de1081477f5398c0bae22ec9aa49209e562;p=supertux.git Merged blueh.diff from tjcarter. It provides a horizontal blue pipe SVN-Revision: 4951 --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index dc14c4d67..7b5db4943 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -309,9 +309,11 @@ (tiles 53 55 1744 0 54 56 1745 0 - 57 58 0 0 - 59 60 0 0 - 1742 1743) + 57 58 2085 2086 + 59 60 2087 2088 + 1742 1743 2089 2090 + 2143 2144 2145 0 + 2146 2147 2148 0) ) (tilegroup (name "Pole") @@ -6841,5 +6843,18 @@ ) ) -;; next-id: 2143 + (tiles + (width 3) + (height 2) + (ids 2143 2144 2145 + 2146 2147 2148 + ) + (attributes + 1 1 1 + 1 1 1 + ) + (image "tiles/pipe/blueh.png") + ) + +;; next-id: 2149 ) diff --git a/data/images/tiles/pipe/blueh.png b/data/images/tiles/pipe/blueh.png new file mode 100644 index 000000000..3df8f75ba Binary files /dev/null and b/data/images/tiles/pipe/blueh.png differ