Happened somewhere after version 0.9.69. The icon in the Windows audio mixer is huge and covers the volume slider so you have to guess-click or use Tab to be able to focus it and change the volume. It's not even an icon, but a huge image. I know you guys don't use any audio in the game, but I do use a text-to-speech reader. Attached are two screenshots: "ta.png" is how it looks when I open the mixer with the game window focused, and "tb.png" is how it looks when I open the mixer with the game's Developer Tools window focused.
JavaScript code to make the mixer show the game icon:
JavaScript code to make the mixer show the game icon:
Code:
speechSynthesis.speak(new SpeechSynthesisUtterance("hi"))
Attachments
Last edited: