This commit is contained in:
Kim Ravn Hansen
2025-10-21 11:50:15 +02:00
parent 8a8434f5ac
commit 0b540414ec
9 changed files with 211 additions and 210 deletions

View File

@@ -34,7 +34,7 @@ export class GameScene extends Scene {
// If player does not have a previous session
// then we start in the Adventurers Guild in the Hovedstad
//
this.doPrompt("new command prompt or whatever");
this.showBasicPrompt(this.castle);
}
get castle() {