Hi. I am working a mobile game project. And i don't know to setting the width and the height.
Example:
Game width = 1000
Game height = 800
Mobile phone width = 600
Mobile phone height = 600
If I run the game on this phone, all sprites get fail. So the height and width of all scprites change.
How should I do this adjustment? Thanks...