Shuffled around tile images. Added initial icons for editor toolbar.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@204 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-09 04:33:11 +00:00
parent a668f65991
commit d9b1d29a10
6 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="yes"?> <?xml version="1.0" standalone="yes"?>
<!-- $Id: tilesets.xml,v 1.6 2001/08/02 05:05:44 shaper Exp $ --> <!-- $Id: tilesets.xml,v 1.7 2001/08/09 04:33:11 shaper Exp $ -->
<!-- Initial test tileset description data. --> <!-- Initial test tileset description data. -->
@@ -9,7 +9,7 @@
<tileset> <tileset>
<name>Ground</name> <name>Ground</name>
<tsid>1000</tsid> <tsid>1000</tsid>
<imagefile>media/miso/tiles-base.png</imagefile> <imagefile>media/miso/tiles/base.png</imagefile>
<rowheight>16, 16</rowheight> <rowheight>16, 16</rowheight>
<rowwidth>32, 32</rowwidth> <rowwidth>32, 32</rowwidth>
<tilecount>10, 10</tilecount> <tilecount>10, 10</tilecount>
@@ -18,7 +18,7 @@
<tileset> <tileset>
<name>Wall</name> <name>Wall</name>
<tsid>1001</tsid> <tsid>1001</tsid>
<imagefile>media/miso/tiles-wall.png</imagefile> <imagefile>media/miso/tiles/wall.png</imagefile>
<rowheight>45, 45</rowheight> <rowheight>45, 45</rowheight>
<rowwidth>32, 32</rowwidth> <rowwidth>32, 32</rowwidth>
<tilecount>3, 3</tilecount> <tilecount>3, 3</tilecount>
@@ -27,7 +27,7 @@
<tileset> <tileset>
<name>Icons</name> <name>Icons</name>
<tsid>1002</tsid> <tsid>1002</tsid>
<imagefile>media/miso/tiles-icons.png</imagefile> <imagefile>media/miso/tiles/icons.png</imagefile>
<rowheight>20, 49</rowheight> <rowheight>20, 49</rowheight>
<rowwidth>32, 32</rowwidth> <rowwidth>32, 32</rowwidth>
<tilecount>9, 2</tilecount> <tilecount>9, 2</tilecount>
@@ -36,7 +36,7 @@
<tileset> <tileset>
<name>Character</name> <name>Character</name>
<tsid>1003</tsid> <tsid>1003</tsid>
<imagefile>media/miso/tiles-character.png</imagefile> <imagefile>media/miso/tiles/character.png</imagefile>
<rowheight>94, 94, 94, 94, 94, 94, 94, 94</rowheight> <rowheight>94, 94, 94, 94, 94, 94, 94, 94</rowheight>
<rowwidth>94, 94, 94, 94, 94, 94, 94, 94</rowwidth> <rowwidth>94, 94, 94, 94, 94, 94, 94, 94</rowwidth>
<tilecount>8, 8, 8, 8, 8, 8, 8, 8</tilecount> <tilecount>8, 8, 8, 8, 8, 8, 8, 8</tilecount>
@@ -47,7 +47,7 @@
<tileset> <tileset>
<name>Sample</name> <name>Sample</name>
<tsid>1004</tsid> <tsid>1004</tsid>
<imagefile>media/miso/tiles-sample.png</imagefile> <imagefile>media/miso/tiles/sample.png</imagefile>
<rowheight>48</rowheight> <rowheight>48</rowheight>
<rowwidth>64</rowwidth> <rowwidth>64</rowwidth>
<tilecount>14</tilecount> <tilecount>14</tilecount>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB