albrow / elara

Work-in-progress educational programming game

Home Page:https://elaragame.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix incoming call ringtone not playing on web

albrow opened this issue · comments

There's currently a bug in the web version of the game where the ringtone/incoming call sound effect (introduced in version 0.3.0) doesn't actually play. I believe this has to do with autoplay restrictions.

We may need to add a button after cutscenes end, e.g. something simple that just says "Back to Hub". That way we can trigger the sound effect more directly in response to a user interaction. Similar to what we do with the loading screen, we can skip this step for the Electron/Steam version.

This is fixed in the dev branch and will be released shortly.