Extracted tile code from MISO and moved it into it's own package in media

because it's general purpose.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@273 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-16 23:14:21 +00:00
parent 5780e57dcf
commit 8376b6e9fa
23 changed files with 69 additions and 56 deletions
@@ -1,5 +1,5 @@
//
// $Id: SceneView.java,v 1.12 2001/08/15 02:30:27 shaper Exp $
// $Id: SceneView.java,v 1.13 2001/08/16 23:14:21 mdb Exp $
package com.threerings.miso.scene;
@@ -7,7 +7,7 @@ import java.awt.Component;
import java.awt.Graphics;
import com.threerings.media.sprite.*;
import com.threerings.miso.tile.Tile;
import com.threerings.media.tile.Tile;
/**
* The SceneView interface provides an interface to be implemented by