Hi,
I've made a font sprite to display my game's score, but once the score goes above 9 it displays only "1" instead of 11, 12, etc. Is there a way to fix this, other than creating font sprites for numbers above 9?
Develop games in your browser. Powerful, performant & highly capable.
11 should display the mapping for 1 twice. Is the object wide enough to display 2 characters?
The spritefont object is probably not large enough to show both digits, try increasing it's size
Hi plinkie and Noah Gengo,
Thanks, resizing fixed the problem. :)