Moved TileUtil to cast.util, added CastUtil to provide an easy way to

get a random character descriptor for use until we have fancified
storage of character descriptions.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@587 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-11-02 15:28:20 +00:00
parent bd998aff3d
commit e9211f8fd5
5 changed files with 240 additions and 42 deletions
@@ -1,5 +1,5 @@
//
// $Id: XMLComponentRepository.java,v 1.4 2001/11/02 02:52:16 shaper Exp $
// $Id: XMLComponentRepository.java,v 1.5 2001/11/02 15:28:20 shaper Exp $
package com.threerings.miso.scene.xml;
@@ -12,6 +12,7 @@ import com.samskivert.util.HashIntMap;
import com.samskivert.util.Tuple;
import com.threerings.cast.*;
import com.threerings.cast.util.TileUtil;
import com.threerings.media.ImageManager;
import com.threerings.media.tile.TileManager;