mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Merge branch 'scrolling-text' of https://github.com/Wlowscha/pokerogue into scrolling-text
This commit is contained in:
commit
a81540767d
@ -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