From: 165your4 <165your4@gmail.com> Date: Sat, 14 Jun 2014 02:12:41 +0000 (-1000) Subject: Rope tiles; bug#1050 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=fce78e70eeab7e1601e91257566290f1b1c3b18a;p=supertux.git Rope tiles; bug#1050 --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index b0582b669..078d4a1d0 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -662,10 +662,10 @@ 1355 1809 1812 2048 1356 1810 1813 2049 1411 1811 1814 0 - 1988 1989 0 0 - 1990 1991 0 0 - 1992 1993 0 0 - 1994 1995 0 0 + 1988 1989 3060 3064 + 1990 1991 3061 3065 + 1992 1993 3062 3066 + 1994 1995 3063 3067 ) ) (tilegroup @@ -4048,5 +4048,14 @@ (image "tiles/snow/special2.png") ) -;; next-id: 3060 + (tiles + (width 4)(height 2) + (ids + 3060 3062 3064 3066 + 3061 3063 3065 3067 + ) + (image "tiles/background/rope.png") + ) + +;; next-id: 3068 ) diff --git a/data/images/tiles/background/rope.png b/data/images/tiles/background/rope.png new file mode 100644 index 000000000..88a60a45f Binary files /dev/null and b/data/images/tiles/background/rope.png differ