learningPixi icon indicating copy to clipboard operation
learningPixi copied to clipboard

app.renderer.autoResize does not exist anymore

Open Naxos84 opened this issue 4 years ago • 0 comments

In the Readme it says to set app.renderer.autoResize = true. This property does not exist anymore (at least not for typescript). But I think this could be achieved with let app = new PIXI.Application({ resizeTo: window }); ?

Naxos84 avatar Apr 15 '20 20:04 Naxos84