mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Update src/ui/scrolling-text.ts
This commit is contained in:
parent
ac45dd1507
commit
38bf52bcae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user