Update src/ui/scrolling-text.ts

This commit is contained in:
Wlowscha 2025-09-07 21:29:21 +02:00 committed by GitHub
parent ac45dd1507
commit 38bf52bcae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;