diff --git a/front/src/Phaser/Entity/Character.ts b/front/src/Phaser/Entity/Character.ts index fa09ccf2..3606159f 100644 --- a/front/src/Phaser/Entity/Character.ts +++ b/front/src/Phaser/Entity/Character.ts @@ -109,7 +109,7 @@ export abstract class Character extends Container { this.setSize(16, 16); this.getBody().setSize(16, 16); //edit the hitbox to better match the character model this.getBody().setOffset(0, 8); - this.setDepth(-1); + this.setDepth(0); if (typeof companion === "string") { this.addCompanion(companion, companionTexturePromise);