Project-Pandora-Game / pandora

https://project-pandora.com
Other
11 stars 3 forks source link

[FEATURE] Add an initial room entry notification #790

Open SandrinePDR opened 1 month ago

SandrinePDR commented 1 month ago

References

ref #109

About The Pull Request

This PR adds the option to play a sound, whenever a player enters a room. For now, this is quite basic. Future features should include:

The sound that comes with this PR is licensed under the Pixabay free licence model, so it can be used, changed and distributed for non-commercial use

Changelog

Authored by: Clare & Sandrine

Platform changes:
- Added a tab in the user settings for "Notifications"
- Added an entry to this tab, where the user can select, whether they want to be notified about a room entry
- An audio is played, if the setting is enabled and a user enters a room

Fixes:
- None

Technical changes:
- Made it possible to reference audio files (*.mp3, *.wav) in the repository

Checklist