mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
update options file 80%
This commit is contained in:
parent
0216c0456f
commit
b66f4c6ca8
5 changed files with 114 additions and 74 deletions
|
|
@ -8,7 +8,6 @@ import {initLayers, renderLayer, restoreLayers} from "layers";
|
|||
import {drawScaleBar, Rulers} from "modules/measurers";
|
||||
// @ts-expect-error js module
|
||||
import {unfog} from "modules/ui/editors";
|
||||
// @ts-expect-error js module
|
||||
import {applyMapSize, randomizeOptions} from "modules/ui/options";
|
||||
// @ts-expect-error js module
|
||||
import {applyStyleOnLoad} from "modules/ui/stylePresets";
|
||||
|
|
@ -30,7 +29,7 @@ import { isBurg } from "utils/typeUtils";
|
|||
|
||||
const {Zoom, ThreeD} = window;
|
||||
|
||||
interface IGenerationOptions {
|
||||
export interface IGenerationOptions {
|
||||
seed: string;
|
||||
graph: IGrid;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue