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

Improve planet renderer drawing order #33

Open
tatjam opened this issue Jul 22, 2022 · 1 comment
Open

Improve planet renderer drawing order #33

tatjam opened this issue Jul 22, 2022 · 1 comment
Labels

Comments

@tatjam
Copy link
Collaborator

tatjam commented Jul 22, 2022

This file should be changed so that the drawing order makes more sense, ie, rendering first tiles closer to the player. This way there should be less overdraw. We can also improve it by rendering the ocean first if the player is over it to avoid overdrawing all the tiles underneath the player.

@tatjam tatjam added good first issue Good for newcomers graphics labels Jul 22, 2022
@tatjam
Copy link
Collaborator Author

tatjam commented Jan 8, 2023

Pull request #47 improved the rendering order of tiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant