Removed unused tile sets. Renamed tile set manager to tile set

repository in miso properties file.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@580 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-11-01 01:35:23 +00:00
parent 3ea91cdfdd
commit 435bea052e
5 changed files with 15 additions and 26 deletions
+3 -3
View File
@@ -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