buildings: allow defining anim tiles as belonging to a building
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@814 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
306058afeb
commit
4c66df859f
3 changed files with 42 additions and 12 deletions
|
@ -231,4 +231,9 @@ public class TileSpec
|
|||
return peekChar() != -1;
|
||||
}
|
||||
}
|
||||
|
||||
public String toString()
|
||||
{
|
||||
return "{tile#"+tileNumber+"}";
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue