feat: Add more coins

This commit is contained in:
2024-04-19 11:28:07 +10:00
parent 7f4f589d5b
commit d17b528baf
24 changed files with 401 additions and 117 deletions

1
templates/assets/js/pfp.min.js vendored Normal file
View File

@@ -0,0 +1 @@
let clickCount=0;function changeImages(){clickCount++,5===clickCount&&(document.querySelector(".profile.background").src="assets/img/profile2.webp",document.querySelector(".profile.foreground").src="assets/img/profile2-fg.webp")}document.querySelector(".profile.background").addEventListener("click",changeImages);