Add more substitutions
This commit is contained in:
parent
4369cf1770
commit
79bb7a64a2
6 changed files with 23 additions and 11 deletions
|
|
@ -54,6 +54,7 @@ export class Game {
|
|||
this.objects.addObject(new InfoText());
|
||||
createCharacter(this.objects);
|
||||
createDungeon(this.objects);
|
||||
createDungeon(this.objects);
|
||||
}
|
||||
|
||||
private handleVisibilityChange() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue