mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Corrected ME descriptiuon scrolling
This commit is contained in:
parent
faedb4944d
commit
aeb17aec50
@ -517,7 +517,7 @@ export default class MysteryEncounterUiHandler extends UiHandler {
|
||||
|
||||
descriptionTextObject.setMask(abilityDescriptionTextMask);
|
||||
|
||||
const descriptionLineCount = Math.floor(descriptionTextObject.displayHeight / 10);
|
||||
const descriptionLineCount = Math.floor(descriptionTextObject.displayHeight / 9.2);
|
||||
|
||||
if (this.descriptionScrollTween) {
|
||||
this.descriptionScrollTween.remove();
|
||||
|
Loading…
Reference in New Issue
Block a user