diff --git a/src/scenes/gameLoop/day1/classBackMorningDay1.js b/src/scenes/gameLoop/day1/classBackMorningDay1.js index 87debd1..7bdd613 100644 --- a/src/scenes/gameLoop/day1/classBackMorningDay1.js +++ b/src/scenes/gameLoop/day1/classBackMorningDay1.js @@ -28,7 +28,7 @@ export default class ClassBackMorningDay1 extends ClassBackBase { scale: 0.07 }; let teacher = this.add.image(tr.x, tr.y, 'teacherChar').setOrigin(0, 0).setScale(tr.scale).setDepth(this.row1Tables.depth - 1); - let teacherPortrait = this.add.image(this.portraitTr.x, this.portraitTr.y + 20, 'teacher').setOrigin(0.5, 1).setScale(this.portraitTr.scale); + let teacherPortrait = this.add.image(this.portraitTr.x, this.portraitTr.y + 20, 'teacherChar').setOrigin(0.5, 1).setScale(this.portraitTr.scale); this.portraits.set("teacherChar", teacherPortrait);