Closed SolidTears closed 3 years ago
tagText.setResolution(value)
was added to class of TagText/BBCodeText already. But I did not add it to document or test it before, will do that these days.
tagText.setResolution(value)
was added to class of TagText/BBCodeText already. But I did not add it to document or test it before, will do that these days.
is it possible it might be because i use the TS definition ?, since it said its not available there, hopefully its also updated
Add a test for resolution, also update the document and ts define. NPM package will be upgraded next week.
Add a test for resolution, also update the document and ts define. NPM package will be upgraded next week.
awesome !, thanks for the fast response !
How to improve text's display quality via set higher resoluition? In my test, resolution = 1 has best display quality.
NPM package released, issue closed.
Phaser 3 have really bad behaviour with scale manager, especially with text, i usually fix it with
.setResolution(2));
added on each text componentand it works fine and well for based text, i wish this functionality also added for TagText