mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
feat: Add TIME and ERROR variables to global scope in HeightmapGenerator
This commit is contained in:
parent
4b5e9bfeea
commit
91fe15a532
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ declare global {
|
|||
HeightmapGenerator: HeightmapGenerator;
|
||||
}
|
||||
var heightmapTemplates: any;
|
||||
var TIME: boolean;
|
||||
var ERROR: boolean;
|
||||
}
|
||||
|
||||
type Tool = "Hill" | "Pit" | "Range" | "Trough" | "Strait" | "Mask" | "Invert" | "Add" | "Multiply" | "Smooth";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue