Brought into the newly revamped world of contexts. Moved SwingUtil to

samskivert.  Added config values to specify the tileset manager and
scene manager.  Split miso and editor config into two separate
properties files.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@101 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-07-21 01:51:10 +00:00
parent 6c8c08a033
commit ab7c437a35
9 changed files with 122 additions and 40 deletions
@@ -1,5 +1,5 @@
//
// $Id: CompiledTileSetManager.java,v 1.5 2001/07/18 22:45:35 shaper Exp $
// $Id: CompiledTileSetManager.java,v 1.6 2001/07/21 01:51:10 shaper Exp $
package com.threerings.miso.tile;
@@ -10,11 +10,6 @@ import java.io.IOException;
public class CompiledTileSetManager extends TileSetManagerImpl
{
public CompiledTileSetManager (ImageManager imgr)
{
super(imgr);
}
public void loadTileSets (InputStream tis) throws IOException
{
// TBD