Skip to content

Commit

Permalink
Gestión de errores
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolemi committed Aug 9, 2024
1 parent 98c6f48 commit 7cf1963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/gameLoop/day1/classBackMorningDay1.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit 7cf1963

Please sign in to comment.