diff --git a/Overworld.js b/Overworld.js index b0d8a80..247a9c2 100644 --- a/Overworld.js +++ b/Overworld.js @@ -60,7 +60,7 @@ class Overworld { } init() { - this.startMap(window.OverworldMaps.DemoRoom); + this.startMap(window.OverworldMaps.Entrance); this.bindActionInput(); this.bindHeroPositionCheck(); @@ -70,14 +70,8 @@ class Overworld { this.startGameLoop(); - this.map.startCutscene([ - // { who: "hero", type: "walk", direction: "down" }, - // { who: "hero", type: "walk", direction: "down" }, - // { who: "hero", type: "walk", direction: "down" }, - // { who: "npc1", type: "walk", direction: "right" }, - // { who: "hero", type: "stand", direction: "left", time: 200 }, - // { type: "textMessage", text: "Hi! Lorem ipsum" }, - // { type: "changeMap", map: "Kitchen" }, - ]) + // this.map.startCutscene([ + // { type: "battle" }, + // ]) } } \ No newline at end of file