I’m making a score system for my game and thinking about using PNG images instead of a font.
I made different images for each different number(0,1,2,3,4,5,6,7,8,9). The tricky part is showing the proper image based on the number.
ex: After 9 it should replace the first number by 1 and put a 0 next to it, etc…
Thanks for the answers they helped a lot. Each digit is a different draw call if you have 4 digits that means it will use 4 draw calls. Most probably there is a better way to do it, but it works fine on iphone. No problems at all. If you want to use it in your project you can ask me and I’ll send you the file. Thanks again