Bitmap fonts in tiled mode #690
-
Is there a way to draw bitmap fonts in tiled mode, like many other games on the gba do? |
Beta Was this translation helpful? Give feedback.
Answered by
corwinkuiper
May 14, 2024
Replies: 1 comment 3 replies
-
Yeah, it exists. See the example https://github.com/agbrs/agb/blob/master/agb/examples/text_render.rs. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
b-10e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, it exists. See the example https://github.com/agbrs/agb/blob/master/agb/examples/text_render.rs.
It's not used in the example games. It is used in lane (https://github.com/corwinkuiper/lane) but that game's code is somewhat inscrutable, and it doesn't even use it a lot.