This repository has been archived by the owner on May 7, 2022. It is now read-only.
-
Hello, I am trying to add some heads up display info on a tilemap, basically something like this: However I am under the impression that some special rendering setup is required, would you have any pointer about that? |
Beta Was this translation helpful? Give feedback.
Answered by
lerouxrgd
Oct 12, 2021
Replies: 1 comment 1 reply
-
Oh I realized that I just need to put a higher z coordinate to the text for it to be displayed on top of the tilemap... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lerouxrgd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh I realized that I just need to put a higher z coordinate to the text for it to be displayed on top of the tilemap...