diff --git a/rsrc/config/miso/miso.properties b/rsrc/config/miso/miso.properties index d0f239cbe..f5f4e11c4 100644 --- a/rsrc/config/miso/miso.properties +++ b/rsrc/config/miso/miso.properties @@ -1,11 +1,11 @@ # -# $Id: miso.properties,v 1.14 2001/10/26 01:17:21 shaper Exp $ +# $Id: miso.properties,v 1.15 2001/11/01 01:35:23 shaper Exp $ # # Initial test config values for miso development. # -# the tileset manager class for working with tilesets -tilesetmgr = com.threerings.miso.tile.EditableTileSetManager +# the tile set repository class that handles tile set storage +tilesetrepo = com.threerings.miso.tile.XMLFileTileSetRepository # the scene repository class that handles scene storage scenerepo = com.threerings.miso.scene.xml.XMLFileSceneRepository diff --git a/tests/rsrc/config/miso/tilesets.xml b/tests/rsrc/config/miso/tilesets.xml index cc18b4e9b..bb1980f86 100644 --- a/tests/rsrc/config/miso/tilesets.xml +++ b/tests/rsrc/config/miso/tilesets.xml @@ -1,6 +1,6 @@ - + @@ -30,11 +30,11 @@ media/miso/tiles/building.png - 296 - 228 + 293 + 224 4 - 1, 7 - 2, 0 + 2, 2 + 4, 0 @@ -53,24 +53,6 @@ 1, 0, 1, 1, 1 - - media/miso/tiles/pirate.png - 94, 94, 94, 94, 94, 94, 94, 94 - 94, 94, 94, 94, 94, 94, 94, 94 - 6, 6, 6, 6, 6, 6, 6, 6 - 3, 3 - 6, 6 - - - - media/miso/tiles/wench.png - 94, 94, 94, 94, 94, 94, 94, 94 - 94, 94, 94, 94, 94, 94, 94, 94 - 7, 7, 7, 7, 7, 7, 7, 7 - 52, 51 - 39, 18 - - media/miso/tiles/faux-building.png 265 @@ -86,4 +68,11 @@ + + media/miso/tiles/fringe.png + 48, 48, 48, 48, 48 + 64, 64, 64, 64, 64 + 8, 8, 8, 8, 8 + + diff --git a/tests/rsrc/media/miso/tiles/building.png b/tests/rsrc/media/miso/tiles/building.png index 1797f277c..16fca4818 100644 Binary files a/tests/rsrc/media/miso/tiles/building.png and b/tests/rsrc/media/miso/tiles/building.png differ diff --git a/tests/rsrc/media/miso/tiles/pirate.png b/tests/rsrc/media/miso/tiles/pirate.png deleted file mode 100644 index e0c4f4b06..000000000 Binary files a/tests/rsrc/media/miso/tiles/pirate.png and /dev/null differ diff --git a/tests/rsrc/media/miso/tiles/wench.png b/tests/rsrc/media/miso/tiles/wench.png deleted file mode 100644 index c95c51056..000000000 Binary files a/tests/rsrc/media/miso/tiles/wench.png and /dev/null differ