Fixed up scene loading/saving to use paths relative to the scene root

directory.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@202 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-09 00:01:58 +00:00
parent b2d0ddee27
commit c38123f3e2
3 changed files with 43 additions and 16 deletions
@@ -1,5 +1,5 @@
//
// $Id: SceneRepositoryImpl.java,v 1.1 2001/07/24 16:10:19 shaper Exp $
// $Id: SceneRepositoryImpl.java,v 1.2 2001/08/09 00:01:58 shaper Exp $
package com.threerings.miso.scene;
@@ -10,10 +10,9 @@ public abstract class SceneRepositoryImpl implements SceneRepository
{
/**
* Initialize the SceneRepository with the given config and tile
* manager objects. The root scene
* directory is read from the given config object, and the tile
* manager is used to obtain tiles when constructing scene objects
* from files.
* manager objects. The root scene directory is read from the
* given config object, and the tile manager is used to obtain
* tiles when constructing scene objects from files.
*
* @param config the config object.
* @param tilemgr the tile manager object.