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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user