Example #1
0
 public void LoadSeasonTextures()
 {
     if (!string.IsNullOrEmpty(SeasonColorTexture))
     {
         Textures = Textures.Select(t => BaseWorld.GetSeasonTexture(TextureManager.GetTexture(Path.Combine("Textures", "Seasons", SeasonColorTexture)), t)).ToArray();
     }
 }