DigiEggz

Results 48 comments of DigiEggz

What did you change the values to for NONE and ANY? > ... numbers above 256 for HL switch statements Can you clarify what you mean by that? Do you...

Hmm... So the 256 limit is specifically related to hl then? I'll have to do some local testing as well. Btw, I'm amused by the similarity of our usernames. 😄

I was able to get the same issue to occur, but only when using the "\n" newline character. It may be related to this: https://stackoverflow.com/questions/23401536/newline-characters-n-r-not-being-respected-with-openfl-flash-text-textfield

Good to hear. Can I ask which version of FlxInputText you're using?

Should it calling it for static graphics just tell it to set the `width` and `height`? Something like this: ``` if (_slice9_arrays == null) { width = W; height =...

Sorry, I meant that the graphic frames are static rather than pieced together like slice9. When calling `resize()` on a non-slice9, do you picture it rescaling the graphic to the...

> ![FB1ADB21AEE9FF54FF18BE693829480C](https://user-images.githubusercontent.com/9693090/167032890-c7455518-a66c-46e8-8938-ad51b28998cf.jpg) use `queue_experimental_optimization `: ![F5749803EE26920D62CF0F8F92177A49](https://user-images.githubusercontent.com/9693090/167032817-a48891a9-717c-4155-b967-8a14acc419d1.jpg) Which app do you use to test performance? I'll try this out soon!

![v1](https://user-images.githubusercontent.com/3136062/177017769-24c0162d-b69c-44cc-9e1d-b6ff96bbdcd0.png) ![v2](https://user-images.githubusercontent.com/3136062/177017774-47f2df4f-73b4-45e4-a371-fb9774bc09e0.png) My results also look promising. Thanks for your work on this, @rainyt!

![IMAGE 2022-07-01 12:21:53](https://user-images.githubusercontent.com/3136062/176933198-40ec38d7-d934-4186-b31d-68864fda72ad.jpg) I was able to get crisp text to render by doubling the ratio on HiDPI screens before scaling it, but it also requires passing the ratio directly...

The text is still blurry even with the new PR, but only on Chromium-based browsers. It appears to be a separate issue where Firefox scales things smoothly, but there's a...