Merge branch 'scrolling-text' of https://github.com/Wlowscha/pokerogue into scrolling-text

This commit is contained in:
Wlowscha 2025-09-07 21:35:29 +02:00
commit a81540767d
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

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;