albrow / elara

Work-in-progress educational programming game
https://elaragame.com/
Other
73 stars 5 forks source link

Fix incoming call ringtone not playing on web #83

Closed albrow closed 9 months ago

albrow commented 9 months ago

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.

albrow commented 9 months ago

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