house and timer


i added some random assests from https://devassets.com/assets/desert-environment/

then i did a stopwatch with help of

but i only used timer bit and just inversed how it counted

i also added some fix to how it writes time - adds a '0' if the seconds value is less than '10'

if (seconds.Length < 2)

        {

            add = "0" + seconds;

            seconds = add;

        }

nothing big just for future reference

Files

shitty parkour.zip 29 MB
Aug 02, 2022

Get shitty parkour

Leave a comment

Log in with itch.io to leave a comment.