I'm developing a game where the background is drawn using tiles, there are about 100 tiles in it. The background should also be scrollable. Problem is that it won't scroll smoothly, there is not enough time to update the coordinates of every tile and redraw it, so I observe some unwanted visual effects. Is there any way to solve the issue? Thanks in advance.
feedback
|
|
The solution looks like this:
If you dont know how to get the width and height of the mobile phone screen, let me know. You could also write your tile map engine script. | |||||
feedback
|