mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Merge branch 'dev' of https://github.com/Azgaar/Fantasy-Map-Generator into dev
This commit is contained in:
commit
e75a12f90d
2 changed files with 3 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ function showElevationProfile(data, routeLen, isRiver) {
|
|||
const chartHeight = 300; // height of our land/sea profile, excluding the biomes data below
|
||||
|
||||
const xOffset = 80;
|
||||
const yOffset = 20; // this is our drawing starting point from top-left (y = 0) of SVG
|
||||
const yOffset = 80; // this is our drawing starting point from top-left (y = 0) of SVG
|
||||
|
||||
const biomesHeight = 40;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue