found your QR code at a subway station, this game looks like it describes my subway very well
cptnqusr
15
Posts
3
Followers
5
Following
A member registered Jan 20, 2018 · View creator page →
Creator of
Recent community posts
The Surf King (public alpha) comments · Replied to Mochnant in The Surf King (public alpha) comments
https://cptnqusr.itch.io/super-cool-timer
here's the finished timer! not exactly the greatest thing ever but as a first project i'm quite happy with it
as someone who procrastinates a lot, i'm building a timer in decker using a field and a button to both act as a focus tool and also to apply some newfound programming knowledge. i have the basic countdown, but i'm wondering how i can make the program delay a second before going through the while loop again. any help is appreciated!
on click do while display.text>0 display.text: display.text - 1 #delay goes here end end