Bundles! Got all the tileset bundle stuff working and wrote some tests to

inrease my confidence in the use of the word "working".


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@635 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-21 02:42:16 +00:00
parent 39c6b9d9b1
commit 7ad2acca11
20 changed files with 625 additions and 137 deletions
@@ -1,5 +1,5 @@
//
// $Id: TileSet.java,v 1.20 2001/11/18 04:09:21 mdb Exp $
// $Id: TileSet.java,v 1.21 2001/11/21 02:42:15 mdb Exp $
package com.threerings.media.tile;
@@ -68,6 +68,14 @@ public abstract class TileSet
_tilesetImg = null;
}
/**
* Returns the path to the composite image used by this tileset.
*/
public String getImagePath ()
{
return _imagePath;
}
/**
* Returns the number of tiles in the tileset.
*/