Skip to content

Commit 78e7c7f

Browse files
committed
Update OnekoJS.js
1 parent 09711bd commit 78e7c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/SubScripts/OnekoJS/OnekoJS.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
nekoContainer.style.left = `${nekoPosX - 16}px`;
159159
nekoContainer.style.top = `${nekoPosY - 16}px`;
160160
nekoContainer.style.zIndex = 999; // Slightly behind speechBubble.
161+
nekoContainer.style.opacity = "0.8";
161162

162163
// Sprite-Sheet:
163164
nekoContainer.style.backgroundImage = `url(${nekoFile})`;

0 commit comments

Comments
 (0)