Devlog #8:
The window not displays the difference between the current solve and the previous solve. If the user got a faster time, it displays green. If they got a slower time, it displays red (like CSTimer lol).
I also added a help window that dims the background when it appears. There’s not much in the help window right now.
Bugs
The most notable bug(?) I encountered is the thing where some coding languages return weird numbers when dealing with decimals. It turned out like -0.249999999999999999999996 or something like that.
I used difference.toPrecision(2); to round it to 3 decimals and I guess it works for now.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.