mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.4.33
This commit is contained in:
parent
f9650ce7a8
commit
cc5086aeda
4 changed files with 15 additions and 3 deletions
2
main.js
2
main.js
|
|
@ -117,7 +117,7 @@ let scale = 1, viewX = 0, viewY = 0;
|
|||
const zoom = d3.zoom().scaleExtent([1, 20]).on("zoom", zoomed);
|
||||
|
||||
// default options
|
||||
let options = {}; // options object
|
||||
let options = {pinNotes:false}; // options object
|
||||
let mapCoordinates = {}; // map coordinates on globe
|
||||
options.winds = [225, 45, 225, 315, 135, 315]; // default wind directions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue