Add a 'more quests'-screen

This commit is contained in:
Pieter Vander Vennet 2020-07-29 15:48:21 +02:00
parent 19f69b31a4
commit f9e0735378
6 changed files with 113 additions and 56 deletions

View file

@ -16,7 +16,7 @@ export class Layout {
public name: string;
public icon: string = "./assets/logo.svg";
public title: UIElement;
public description: string | UIElement = Translations.t.general.about;
public description: string | UIElement;
public socialImage: string = ""
public layers: LayerDefinition[];