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.
1 parent 09711bd commit 78e7c7fCopy full SHA for 78e7c7f
Assets/SubScripts/OnekoJS/OnekoJS.js
@@ -158,6 +158,7 @@
158
nekoContainer.style.left = `${nekoPosX - 16}px`;
159
nekoContainer.style.top = `${nekoPosY - 16}px`;
160
nekoContainer.style.zIndex = 999; // Slightly behind speechBubble.
161
+ nekoContainer.style.opacity = "0.8";
162
163
// Sprite-Sheet:
164
nekoContainer.style.backgroundImage = `url(${nekoFile})`;
0 commit comments