From 38bf52bcae21458d3636047abff9bf6616a4a7cf Mon Sep 17 00:00:00 2001 From: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Date: Sun, 7 Sep 2025 21:29:21 +0200 Subject: [PATCH] Update src/ui/scrolling-text.ts --- src/ui/scrolling-text.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/scrolling-text.ts b/src/ui/scrolling-text.ts index 8d72da95fd3..15938470828 100644 --- a/src/ui/scrolling-text.ts +++ b/src/ui/scrolling-text.ts @@ -16,7 +16,7 @@ which takes as input the _global_ coordinates of scrolling text object. This is const BORDER = 8; -export default class ScrollingText extends Phaser.GameObjects.Container { +export class ScrollingText extends Phaser.GameObjects.Container { private descBg: Phaser.GameObjects.NineSlice; public text: BBCodeText; private descScroll: Phaser.Tweens.Tween | null = null;