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

Add way to inject custom draw functions when drawing tiles #847

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lenscas
Copy link
Contributor

@lenscas lenscas commented Oct 19, 2024

For monad_quad I made a system such that draw calls can be sorted based on their Z and Y location rather than it just being draw call order.

For that to work you would need to call the functions provided by monad_quad however.

These changes allow me to easily do that, as well as allow other people to easily change the behavior of how things get drawn exactly.

@lenscas lenscas force-pushed the feature/custom_draw_functions branch from 4a44537 to be11389 Compare October 20, 2024 02:02
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

Successfully merging this pull request may close these issues.

1 participant