mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor(es modules): continue migration
This commit is contained in:
parent
bc65e0e207
commit
97f2b213c4
42 changed files with 252 additions and 222 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
import {findCell} from "/src/utils/graphUtils";
|
||||
|
||||
function showEPForRoute(node) {
|
||||
export function showEPForRoute(node) {
|
||||
const points = [];
|
||||
debug
|
||||
.select("#controlPoints")
|
||||
|
|
@ -14,7 +14,7 @@ function showEPForRoute(node) {
|
|||
showElevationProfile(points, routeLen, false);
|
||||
}
|
||||
|
||||
function showEPForRiver(node) {
|
||||
export function showEPForRiver(node) {
|
||||
const points = [];
|
||||
debug
|
||||
.select("#controlPoints")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue