kittykatattack / learningPixi

A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wrbing728 opened this issue · comments

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".