Altered persistent storage of scenes to be handled by the
SceneRepository. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@117 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: miso.properties,v 1.8 2001/07/23 22:31:47 shaper Exp $
|
||||
# $Id: miso.properties,v 1.9 2001/07/24 16:10:19 shaper Exp $
|
||||
#
|
||||
# Initial test config values for miso development.
|
||||
#
|
||||
@@ -7,8 +7,11 @@
|
||||
# the tileset manager class for working with tilesets
|
||||
tilesetmgr = com.threerings.miso.tile.EditableTileSetManager
|
||||
|
||||
# the scene manager class for working with scenes
|
||||
scenemgr = com.threerings.miso.scene.EditableSceneManager
|
||||
# the scene repository class that handles scene storage
|
||||
scenerepo = com.threerings.miso.scene.xml.XMLFileSceneRepository
|
||||
|
||||
# the directory containing scene description files
|
||||
sceneroot = rsrc/scenes
|
||||
|
||||
# the tileset descriptions
|
||||
tilesets = rsrc/config/miso/tilesets.xml
|
||||
|
||||
Reference in New Issue
Block a user