mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
zone editor - restore init state + type display
This commit is contained in:
parent
61d4d52589
commit
08a9d75bc9
3 changed files with 6 additions and 86 deletions
|
|
@ -884,6 +884,10 @@ function parseLoadedData(data) {
|
|||
// v1.73 moved the hatching patterns out of the user's SVG
|
||||
document.getElementById("hatching")?.remove();
|
||||
}
|
||||
|
||||
if (version < 1.731) {
|
||||
// v1.731 added type to zones
|
||||
}
|
||||
})();
|
||||
|
||||
void (function checkDataIntegrity() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue