From 7cf1963c7f8096fb153fe2a151e8c02a9a92a09d Mon Sep 17 00:00:00 2001 From: pedroleo Date: Fri, 9 Aug 2024 20:33:59 +0200 Subject: [PATCH] =?UTF-8?q?Gesti=C3=B3n=20de=20errores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scenes/gameLoop/day1/classBackMorningDay1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);