Removed some of the old export png options.

This commit is contained in:
GrapeshotGames 2018-12-26 17:27:53 -05:00
parent ffea9dfb7e
commit 95e6096844
5 changed files with 9 additions and 42 deletions

View file

@ -118,10 +118,6 @@ namespace AtlasGridDataLibrary
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate, NullValueHandling = NullValueHandling.Include)]
public bool showIslandNames = true;
[DefaultValue(false)]
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate, NullValueHandling = NullValueHandling.Include)]
public bool exportPngs = false;
[DefaultValue(true)]
[JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public bool showLines = true;