Initial work on reading and writing scenes to XML files.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@113 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#
|
||||
# $Id: miso.properties,v 1.7 2001/07/21 01:51:09 shaper Exp $
|
||||
# $Id: miso.properties,v 1.8 2001/07/23 22:31:47 shaper Exp $
|
||||
#
|
||||
# Initial test config values for miso development.
|
||||
#
|
||||
|
||||
# the tileset manager class to use for working with tilesets
|
||||
# the tileset manager class for working with tilesets
|
||||
tilesetmgr = com.threerings.miso.tile.EditableTileSetManager
|
||||
|
||||
# the scene manager class to use for working with scenes
|
||||
scenemanager = com.threerings.miso.scene.CompiledSceneManager
|
||||
# the scene manager class for working with scenes
|
||||
scenemgr = com.threerings.miso.scene.EditableSceneManager
|
||||
|
||||
# the tileset descriptions
|
||||
tilesets = rsrc/config/miso/tilesets.xml
|
||||
|
||||
Reference in New Issue
Block a user