We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52ce080 + db549fe commit bc0d1c7Copy full SHA for bc0d1c7
CREDITS.txt
@@ -1,2 +1,5 @@
1
Fart sounds:
2
- https://pixabay.com/sound-effects/search/fart/
3
+
4
+Peach emoji:
5
+- https://en.wikipedia.org/wiki/Peach_emoji
index.js
@@ -65,6 +65,8 @@ const eventsTable = [
65
onCount: 15,
66
action: () => {
67
clickMeText.innerText = `having fun?`;
68
+ clickMeWrapper.classList.add("customCursor");
69
+ clickMe.classList.add("customCursor");
70
playFart(regularFart);
71
}
72
},
main.css
@@ -33,3 +33,6 @@
33
transform: translate(-25%, -50%);
34
font-size: 48px;
35
36
+.customCursor {
37
+ cursor: url("peach-emoji.png"), auto;
38
+}
peach-emoji.png
1.44 KB
0 commit comments