added ore density calculation; added ore growth logic
This commit is contained in:
@@ -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(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user