Esempio n. 1
0
 //Applies the geography stats to the tile. It adds the resource deposit list to the tile and the sprite. It also sets
 public void ApplyGeography(Geography _geography)
 {
     geography        = _geography;
     resourceDeposits = geography.GetResourceDeposits();
     sprite           = geography.GetSprite();
     SetSprite();
 }