mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor(es modules): dissolve general.js
This commit is contained in:
parent
9206f46c42
commit
2e4d142cf7
90 changed files with 802 additions and 749 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import {rn} from "/src/utils/numberUtils";
|
||||
import {layerIsOn, renderLayer} from "/src/layers";
|
||||
import {rn} from "utils/numberUtils";
|
||||
import {layerIsOn, renderLayer} from "layers";
|
||||
import {drawScaleBar} from "/src/modules/measurers";
|
||||
|
||||
export function handleZoom(isScaleChanged, isPositionChanged) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue