mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into slider-input-component
This commit is contained in:
commit
794537131d
5 changed files with 5 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ function drawPolygons(data) {
|
|||
|
||||
function drawRouteConnections() {
|
||||
debug.select("#connections").remove();
|
||||
const routes = debug.append("g").attr("id", "connections").attr("stroke-width", 0.4);
|
||||
const routes = debug.append("g").attr("id", "connections").attr("stroke-width", 0.8);
|
||||
|
||||
const points = pack.cells.p;
|
||||
const links = pack.cells.routes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue