More work on the custom theme generator, add aed template, move bookcases to json template
This commit is contained in:
parent
146552e62c
commit
560c8e1567
34 changed files with 1048 additions and 590 deletions
6
State.ts
6
State.ts
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue