wmike1987

Results 3 issues of wmike1987

I'm seeing differing body speeds (visually, not body.speed) when framerates differ. Movement is meant be framerate independent but it doesn't appear to be with respect to only velocity. I think...

question
improve

Example from the demo: ```javascript const basicText = `Let's make some multiline and multistyle text for Pixi.js!`; const basicStyle = { default: { fontSize: "24px", fill: "#cccccc", align: "center", },...

Calling PIXI_UTILS.destroyTextureCache() seems to break tagged-text. It's been difficult to troubleshoot in the browser, but it looks like when the tagged-text module is loaded, a texture gets created and cached,...