pixi-viewport
pixi-viewport copied to clipboard
Is there any way of preventing certain pixi elements' from zooming?
As per title, would there be any way of achieving something like this, but without changing the scale of my PIXI.Text instance here?
Yes, listen in on the zoomed
event off pixi-viewport, and then set scale of text to 1 / viewport.scale.x
.