mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
refactor: generate states
This commit is contained in:
parent
e62d6ec74c
commit
c2fc0679ad
15 changed files with 472 additions and 301 deletions
2
src/scripts/generation/pack/burgsAndStates/config.ts
Normal file
2
src/scripts/generation/pack/burgsAndStates/config.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export const NO_BURG: TNoBurg = {name: undefined};
|
||||
export const NEUTRALS: TNeutrals = {i: 0, name: "Neutrals"};
|
||||
Loading…
Add table
Add a link
Reference in a new issue