From: Ingo Ruhnke Date: Fri, 7 Jul 2006 23:32:07 +0000 (+0000) Subject: brown castle tiles X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=284b4fc4f41dcf07e063c60e863117b848d68a1c;p=supertux.git brown castle tiles SVN-Revision: 3936 --- diff --git a/data/images/objects/bonus_block/empty.png b/data/images/objects/bonus_block/empty.png index d969ba203..5d17c794a 100644 Binary files a/data/images/objects/bonus_block/empty.png and b/data/images/objects/bonus_block/empty.png differ diff --git a/data/images/tiles.strf b/data/images/tiles.strf index 6e3b13937..ef01436b9 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -318,11 +318,19 @@ 1643 1644 1645 ) ) - (tilegroup - (name "Castle Door") + (tilegroup + (name "Castle") (tiles 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 + + 1774 1775 1776 1777 1778 + 1779 1780 1781 1782 1783 + 1784 1785 1786 1787 1788 + 1789 1790 1791 1792 1793 + 1794 1795 1796 1797 1798 + 1799 1800 1801 1802 1803 + 1804 1805 1806 1807 1808 ) ) (tile @@ -5981,4 +5989,24 @@ (solid #t) ) + (tiles + (width 5) + (height 7) + (ids 1774 1775 1776 1777 1778 + 1779 1780 1781 1782 1783 + 1784 1785 1786 1787 1788 + 1789 1790 1791 1792 1793 + 1794 1795 1796 1797 1798 + 1799 1800 1801 1802 1803 + 1804 1805 1806 1807 1808) + + (attributes 0 0 0 0 0 + 1 1 1 1 1 + 1 1 1 1 1 + 1 1 1 1 1 + 1 1 1 1 1 + 1 1 1 1 1 + 1 1 1 1 1) + (image "tiles/castle/brown.png") + ) ) diff --git a/data/images/tiles/castle/brown.png b/data/images/tiles/castle/brown.png index a0692a062..2b3cab03c 100644 Binary files a/data/images/tiles/castle/brown.png and b/data/images/tiles/castle/brown.png differ