Hi all! There is a variable in which the number 10 is added once every 1 second. This variable is rendered using a sprite font. How to make the text displayed not by adding 10 at once, but by 1, such as "counter"? That is, I added 10 to the variable, but the text "counts" from 0 to 10, then from 10 to 20 and so on.