You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }); ?
The text was updated successfully, but these errors were encountered:
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 });
?The text was updated successfully, but these errors were encountered: