itch.io is community of indie game creators and players

Devlogs

house and timer

shitty parkour
A downloadable he/him for Windows and Linux

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
Download shitty parkour
Leave a comment