More work on the custom theme generator, add aed template, move bookcases to json template

This commit is contained in:
Pieter Vander Vennet 2020-08-22 02:12:46 +02:00
parent 146552e62c
commit 560c8e1567
34 changed files with 1048 additions and 590 deletions

View file

@ -24,7 +24,7 @@ export class State {
// The singleton of the global state
public static state: State;
public static vNumber = "0.0.4";
public static vNumber = "0.0.5";
public static runningFromConsole: boolean = false;
@ -181,9 +181,7 @@ export class State {
this.allElements = new ElementStorage();
this.changes = new Changes(
"Beantwoorden van vragen met #MapComplete voor vragenset #" + this.layoutToUse.data.name,
this);
this.changes = new Changes(this);
if(State.runningFromConsole){
console.warn("running from console - not initializing map. Assuming test.html");