buildings: for component tiles, link back to the owner tile
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@811 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
3941b35fa4
commit
7069c8150c
3 changed files with 20 additions and 0 deletions
|
@ -11,6 +11,9 @@ public class TileSpec
|
|||
boolean canBurn;
|
||||
boolean canConduct;
|
||||
boolean zone;
|
||||
public TileSpec owner;
|
||||
public int ownerOffsetX;
|
||||
public int ownerOffsetY;
|
||||
|
||||
Map<String,String> attributes;
|
||||
List<String> images;
|
||||
|
|
Reference in a new issue