Separate the notion of tile passability from tile objects since
passability is specific to the miso layer. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@405 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: Tile.java,v 1.12 2001/09/28 01:24:27 mdb Exp $
|
||||
// $Id: Tile.java,v 1.13 2001/10/08 21:04:25 shaper Exp $
|
||||
|
||||
package com.threerings.media.tile;
|
||||
|
||||
@@ -25,9 +25,6 @@ public class Tile
|
||||
/** The tile height in pixels. */
|
||||
public short height;
|
||||
|
||||
/** Whether the tile is passable. */
|
||||
public boolean passable;
|
||||
|
||||
/**
|
||||
* Construct a new tile with the specified identifiers. Intended
|
||||
* only for use by the <code>TileSet</code>. Do not call this
|
||||
|
||||
Reference in New Issue
Block a user