diff --git a/front/src/Phaser/Entity/SpeechBubble.ts b/front/src/Phaser/Entity/SpeechBubble.ts index 06a64bd4..231de875 100644 --- a/front/src/Phaser/Entity/SpeechBubble.ts +++ b/front/src/Phaser/Entity/SpeechBubble.ts @@ -14,7 +14,7 @@ export class SpeechBubble { const bubbleWidth = bubblePadding * 2 + text.length * 10; const arrowHeight = bubbleHeight / 4; - this.bubble = scene.add.graphics({ x: player.x + 16, y: player.y - 80 }); + this.bubble = scene.add.graphics({ x: 16, y: -80 }); player.add(this.bubble); // Bubble shadow