mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
refactor: hotkeys
This commit is contained in:
parent
a15f60150f
commit
0dd7468184
9 changed files with 220 additions and 165 deletions
|
|
@ -8,6 +8,7 @@ import {generateSeed} from "utils/probabilityUtils";
|
|||
import {getColorScheme} from "utils/colorUtils";
|
||||
import {aleaPRNG} from "scripts/aleaPRNG";
|
||||
import {closeDialogs} from "dialogs/utils";
|
||||
import {regeneratePrompt} from "modules/ui/options";
|
||||
|
||||
const initialSeed = generateSeed();
|
||||
let graph = getGraph(grid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue