New mapcomplete version

This commit is contained in:
Pieter Vander Vennet 2020-09-05 01:40:43 +02:00
parent 9e4035befc
commit 80f0dbe6e3
171 changed files with 1103 additions and 129 deletions

View file

@ -23,15 +23,19 @@ export class State {
// The singleton of the global state
public static state: State;
public static vNumber = "0.0.7e Fixing all the bugs";
public static vNumber = "0.0.7f";
// The user journey states thresholds when a new feature gets unlocked
public static userJourney = {
moreScreenUnlock: 5,
personalLayoutUnlock: 20,
tagsVisibleAt: 100,
mapCompleteHelpUnlock: 200,
tagsVisibleAndWikiLinked: 150,
themeGeneratorReadOnlyUnlock: 200,
themeGeneratorFullUnlock: 500,
themeGeneratorFullUnlock: 500,
};
public static runningFromConsole: boolean = false;