You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, there is this huge White Space all around the character. It is probably loaded from the server and shown on screen. Then, the character moves somewhere.
And suddenly, the white space moves with them. This is irritates me immensely and I want to fix it.
I intend to just save the tile and then draw it with some shadow on top to represent that it's not loaded.
So, the plan is very simple.
Understand how the tiles are drawn
Understand where the tiles are stored
Understand how the tiles are received
Create another place to store old tiles
Fill this place with tiles
Draw old tiles in places that aren't active now
The text was updated successfully, but these errors were encountered:
So, there is this huge White Space all around the character. It is probably loaded from the server and shown on screen. Then, the character moves somewhere.
And suddenly, the white space moves with them. This is irritates me immensely and I want to fix it.
I intend to just save the tile and then draw it with some shadow on top to represent that it's not loaded.
So, the plan is very simple.
The text was updated successfully, but these errors were encountered: