mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: generate historical conflicts
This commit is contained in:
parent
a2192fb984
commit
9b3a3f2e48
11 changed files with 81 additions and 28 deletions
|
|
@ -4,13 +4,15 @@
|
|||
let grid = {}; // initial graph based on jittered square grid and data
|
||||
let pack = {}; // packed graph and data
|
||||
|
||||
let notes = [];
|
||||
let events = {};
|
||||
|
||||
let seed;
|
||||
let mapId;
|
||||
let mapHistory = [];
|
||||
|
||||
let elSelected;
|
||||
|
||||
let notes = [];
|
||||
let customization = 0;
|
||||
|
||||
let rulers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue