mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
zone editor - restore init state + type display
This commit is contained in:
parent
8e7ccbd50d
commit
5acc3b156b
4 changed files with 39 additions and 186 deletions
|
|
@ -941,6 +941,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