mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.6.05 - rulers: store all in class
This commit is contained in:
parent
08a49c1d72
commit
95124e686b
6 changed files with 88 additions and 143 deletions
|
|
@ -1131,6 +1131,12 @@ function parseLoadedData(data) {
|
|||
delete f.river;
|
||||
}
|
||||
}
|
||||
|
||||
if (version < 1.61) {
|
||||
// v 1.61 changed rulers data
|
||||
ruler.style("display", null);
|
||||
rulers = new Rulers();
|
||||
}
|
||||
}()
|
||||
|
||||
void function checkDataIntegrity() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue