Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tile retention #259

Open
6 tasks done
MrChuse opened this issue Dec 18, 2024 · 0 comments
Open
6 tasks done

Tile retention #259

MrChuse opened this issue Dec 18, 2024 · 0 comments

Comments

@MrChuse
Copy link

MrChuse commented Dec 18, 2024

screen00006
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.

screen00007
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant