kittykatattack / learningPixi

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

How to render a responsive Sprite(eg: a texture) #113

Open wrbing728 opened 6 years ago

wrbing728 commented 6 years ago

I load an image resource and add to the stage. And find it rendered different in iphoneX and iphone6S. Is there any way to fix this, like css property "box-sizing".