kittykatattack / learningPixi

A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.
4.4k stars 851 forks source link

app.renderer.autoResize does not exist anymore #145

Open Naxos84 opened 4 years ago

Naxos84 commented 4 years ago

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 }); ?