added ore density calculation; added ore growth logic

This commit is contained in:
Chris Forbes
2009-11-02 23:04:36 +13:00
parent 3ada04ac8a
commit c615920209
3 changed files with 118 additions and 33 deletions

View File

@@ -10,6 +10,7 @@ namespace OpenRa.FileFormats
public byte image;
public byte overlay;
public byte smudge;
public byte density; /* used for ore/gems */
public override int GetHashCode() { return tile.GetHashCode() ^ image.GetHashCode(); }