Now this is another very small part but nonetheless still important. This little piece of code keeps track of the time
There is a timer on the top left of the screen that shows the time, minutes first and then hours.

These are the important variables used for keeping track of the time. There's the current amount of minutes and hours, and also how many minutes there are in an hour, I set it to 10 cause otherwise the simulation would literally take forever.

This piece will make sure that every second another minute gets added to the time and sets the hours correct if enough minutes have passed, it will also set the visual clock to the right numbers, as long as the minutes or hours are not double digits it will add a 0 in front of the number.
