learningPixi
learningPixi copied to clipboard
app.renderer.autoResize does not exist anymore
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 });
?