Package com.threerings.miso.tile

Examples of com.threerings.miso.tile.BaseTileSet


        }

        try {
            int tsid = TileUtil.getTileSetId(tileId);
            int tidx = TileUtil.getTileIndex(tileId);
            BaseTileSet tset = (BaseTileSet)tilemgr.getTileSet(tsid);
            return tset.getPassability()[tidx];

        } catch (Exception e) {
            log.warning("Unable to look up base tile", "tileId", tileId, e);
            return true;
        }
View Full Code Here

TOP

Related Classes of com.threerings.miso.tile.BaseTileSet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.