Given our assets are pixel graphics. And we are using display.setDefault(‘magTextureFilter’, ‘nearest’)
Is it worth our time to have 2x or 3x assets?
Given our assets are pixel graphics. And we are using display.setDefault(‘magTextureFilter’, ‘nearest’)
Is it worth our time to have 2x or 3x assets?
I think ultimately only you can decide that. If you think it looks good without 2x/3x images then great, but you may find that it doesn’t look as polished on higher res devices.
We tend to create all of our assets at the higher resolution, and then use a tool like ImageMagick to automatically create the smaller sizes.
I think ultimately only you can decide that. If you think it looks good without 2x/3x images then great, but you may find that it doesn’t look as polished on higher res devices.
We tend to create all of our assets at the higher resolution, and then use a tool like ImageMagick to automatically create the smaller sizes.