house and timer
shitty parkour » Devlog
i added some random assests from https://devassets.com/assets/desert-environment/
then i did a stopwatch with help of
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
shitty parkour
wip
Status | Prototype |
Author | Mrpotatoman450 |
Genre | Platformer |
More posts
- saving updateAug 05, 2022
- menu updateAug 03, 2022
Leave a comment
Log in with itch.io to leave a comment.