Skip to content
Snippets Groups Projects
Commit ac511fd0 authored by Ferenc Schulcz's avatar Ferenc Schulcz
Browse files

Add tooltip for Neko

parent cc16029c
Branches master
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@
} else {
movementEnabled = true;
nekoEl.style.cursor = "default";
nekoEl.title = "";
}
}
......@@ -105,6 +106,7 @@
nekoEl.style.top = `${nekoPosY - 16}px`;
nekoEl.style.cursor = "pointer";
nekoEl.style.zIndex = 2147483647;
nekoEl.title = "Play with me!";
let nekoFile = "/static/neko/oneko.gif"
const curScript = document.currentScript
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment