Add more substitutions

This commit is contained in:
schmelczerandras 2020-07-26 19:11:03 +02:00
parent 4369cf1770
commit 79bb7a64a2
6 changed files with 23 additions and 11 deletions

View file

@ -54,6 +54,7 @@ export class Game {
this.objects.addObject(new InfoText());
createCharacter(this.objects);
createDungeon(this.objects);
createDungeon(this.objects);
}
private handleVisibilityChange() {