Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing sound effect for information popups #8

Open
zilo-0 opened this issue Feb 14, 2024 · 0 comments
Open

Missing sound effect for information popups #8

zilo-0 opened this issue Feb 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zilo-0
Copy link
Collaborator

zilo-0 commented Feb 14, 2024

I made 2 mp3 files to accompany the popup animation of the information bubbles, but they weren't implemented

Where: The issue is present in the ocean scene

What: I suggest that we try to add a sound effect for when the information bubble pops up.

Why: It would simply be more pleasing when sound is present, when the animation is initiated by a user interaction.

Proposed Solution:

I made 2 sound, text_popup_01.mp3 and text_popup_02.mp3 during the hack. These two sounds should be played alternately when the player initiates interaction with a bottle and triggers the text pop up animation. Here's an example on how it should work:

play <sub>text_popup_01.mp3</sub>
when player interacts with the first bottle

play <sub>text_popup_02.mp3</sub>
when player interacts with the second bottle

play <sub>text_popup_01.mp3</sub>
when player interacts with the thrid bottle

play <sub>text_popup_02.mp3</sub>
when player interacts with the forth bottle

play <sub>text_popup_01.mp3</sub>
when player interacts with the fifth bottle

so on and so forth...

@zilo-0 zilo-0 added the enhancement New feature or request label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant