mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Remove obsolete comment
This commit is contained in:
parent
4ccabeeeb2
commit
e6745127c6
@ -91,7 +91,6 @@ export default class ScrollingText extends Phaser.GameObjects.Container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// determine if we need to add new scrolling effects
|
// determine if we need to add new scrolling effects
|
||||||
// TODO: The scale property may need to be adjusted based on the height of the font
|
|
||||||
const displayHeight = this.text.displayHeight;
|
const displayHeight = this.text.displayHeight;
|
||||||
const scrollAmount = displayHeight - this.maskHeight;
|
const scrollAmount = displayHeight - this.maskHeight;
|
||||||
const lineHeight = this.text.style.lineHeight / 6;
|
const lineHeight = this.text.style.lineHeight / 6;
|
||||||
|
Loading…
Reference in New Issue
Block a user