1 decade ago by FabienM
Hi,
I have a game who has an original size of 600*400px.
It's for an android tablet , so I put a scale factor to 2
It's nice when the scale is 1, but with 2 it's really dirty. The transparency of the images becomes purple, it's really slow,...
Should I double the size of my images to let the scale at 1 ?
do you have any advice ?
thx
Fabien
I have a game who has an original size of 600*400px.
It's for an android tablet , so I put a scale factor to 2
ig.main( '#canvas', MyGame, 30, 600, 400, 2 );
It's nice when the scale is 1, but with 2 it's really dirty. The transparency of the images becomes purple, it's really slow,...
Should I double the size of my images to let the scale at 1 ?
do you have any advice ?
thx
Fabien