v4.01
03-28-2025
i fixed some stuff
how the clickies for the dopamine are made
03-28-2025
i fixed some stuff
03-27-2025
added:
changed:
fixed:
what's coming, and other things to note:
Power and points hit Infinity.
03-22-2025
added:
changed:
3-20-2025
added:
changed:
v3.1 is on the way because i have things to add
3-17-2025 (but at 9:37 PM)
added:
changed:
3-17-2025
issue:
point box number could be selected in safari (and IE but that's irrelevant)
i do not like that.
fix:
global.css > .pointCounter
user-select: none;
-webkit-user-select: none; /* safari */
-ms-user-select: none; /* IE: still added it */
*Not the actual or full code.
fun fact: i was confused why it was still selectable in safari and it was because i put
webkit-user-select
instead of
-webkit-user-select
3-16-2025
stuff that i've done:
it took a while