refactor: generate historical conflicts

This commit is contained in:
Azgaar 2022-09-05 21:00:09 +03:00
parent a2192fb984
commit 9b3a3f2e48
11 changed files with 81 additions and 28 deletions

View file

@ -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;