Inzarcon / JessiCa-SON

JessiCa: Serpents Obstruct None. A GUI tileset composer (and going to be configurator) for Cataclysm: Dark Days Ahead
Other
1 stars 0 forks source link

Validate tileset.txt and tile_info.json #2

Open Inzarcon opened 8 months ago

Inzarcon commented 8 months ago

The tileset.txt and tile_info.json files need better validation. Currently, a dummy Tileset is created which may not show all errors. For example, invalid symbols in tileset.txt like colons are not checked for.

Inzarcon commented 7 months ago

Status icons for valid/found tileset.txt, tile_info.json, layering.json and fallback.png are now shown in the tileset info box. This is not an exhaustive validation yet. The latter two files in particular are only checked for existence, not validity.

Since one rarely changes these files, this was moved to v0.1.3 and low priority for now.