Hello I’m making a game like sonic and Mario 64 engine and I need help on making the text have a specific format.
I want to have a brick format of 000 and a time format of 00:00:00
But I’m unsure how I actually do this cause I don’t really know how os time actually works since I don’t use it often. Can someone give any pointers?
Their documentation contains examples that use similar formatting you want to use. I’d suggest analyzing the example where they format the integer “300” into “$300.00”.