Hello this is my first tutorial for a very easy 24h (in game) clock. With the 0 so it looks right (01:08) instead of (1:8). Simply make 3 text objects label the...
You should update this tutorial to minutes and seconds because you have "if seconds = 60 then add 1 to hours" but after 60 seconds that is a minute not an hour. If you want to do hours you need to add one more condition "if minutes = 60 then add 1 to hours"