Make our colorization options available.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2613 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-05-27 18:25:04 +00:00
parent 79715e61a4
commit acfea90fe4
@@ -1,5 +1,5 @@
//
// $Id: TrimmedObjectTileSet.java,v 1.11 2003/05/13 02:16:21 mdb Exp $
// $Id: TrimmedObjectTileSet.java,v 1.12 2003/05/27 18:25:04 mdb Exp $
package com.threerings.media.tile;
@@ -59,6 +59,15 @@ public class TrimmedObjectTileSet extends TileSet
return (_bits == null) ? -1 : _bits[tileIdx].sorient;
}
/**
* Returns the colorization classes that should be used to recolor
* objects in this tileset.
*/
public String[] getColorizations ()
{
return _zations;
}
/**
* Returns the base width for the specified object index.
*/