mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
hotfix: reGraph to no override pack object
This commit is contained in:
parent
22cc273981
commit
82c5a173b5
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -53,7 +53,7 @@ let landmass = viewbox.append("g").attr("id", "landmass");
|
||||||
let texture = viewbox.append("g").attr("id", "texture");
|
let texture = viewbox.append("g").attr("id", "texture");
|
||||||
let terrs = viewbox.append("g").attr("id", "terrs");
|
let terrs = viewbox.append("g").attr("id", "terrs");
|
||||||
let biomes = viewbox.append("g").attr("id", "biomes");
|
let biomes = viewbox.append("g").attr("id", "biomes");
|
||||||
let cells = viewbox.append("g").attr("id", "cells");
|
let gridCells = viewbox.append("g").attr("id", "cells");
|
||||||
let gridOverlay = viewbox.append("g").attr("id", "gridOverlay");
|
let gridOverlay = viewbox.append("g").attr("id", "gridOverlay");
|
||||||
let coordinates = viewbox.append("g").attr("id", "coordinates");
|
let coordinates = viewbox.append("g").attr("id", "coordinates");
|
||||||
let compass = viewbox.append("g").attr("id", "compass");
|
let compass = viewbox.append("g").attr("id", "compass");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue