Hi
I need to show a level timer, to 2 decimal places. I have a timer firing every 0.01 seconds and I am updating a variable called LevelTime and updating a Sprite Font.
I am using the trick (LevelTime * 100)/100 trick to get to 2 decimal places. But when the value is 1, or 1.1...I want it to display as 1.00 or 1.10...this isn’t happening at the moment and the alignment in the sprite font is jumping all over the place.