mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
hotfix: cells were wrongly renamed to gridCells
This commit is contained in:
parent
9498976336
commit
62747e252c
3 changed files with 3 additions and 3 deletions
2
main.js
2
main.js
|
|
@ -45,7 +45,7 @@ let landmass = viewbox.append("g").attr("id", "landmass");
|
|||
let texture = viewbox.append("g").attr("id", "texture");
|
||||
let terrs = viewbox.append("g").attr("id", "terrs");
|
||||
let biomes = viewbox.append("g").attr("id", "biomes");
|
||||
let gridCells = viewbox.append("g").attr("id", "cells");
|
||||
let cells = viewbox.append("g").attr("id", "cells");
|
||||
let gridOverlay = viewbox.append("g").attr("id", "gridOverlay");
|
||||
let coordinates = viewbox.append("g").attr("id", "coordinates");
|
||||
let compass = viewbox.append("g").attr("id", "compass");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue