About changing size on graphics

Hello,

i would need som help, i realized that i want a title on my menu screen a little smaller and i changed it from 256 to 200 in display.newImageRect(sceneGroup, “images/welcomeText.png”, 200, 200) and the text changed size. But what i am wondering is, if that is ok to do? or should i update my graphics with smaller sized?

/Isak

Its Ok to do that … I always do that… Its just there’s point where you need to make smaller images… like if you do from 250 to 200 then you’ll be fine but if you do 250 to 50 then the image will look super pixelated…

Good Luck!

Its Ok to do that … I always do that… Its just there’s point where you need to make smaller images… like if you do from 250 to 200 then you’ll be fine but if you do 250 to 50 then the image will look super pixelated…

Good Luck!