CobeyH / Leora

2D Moth Puzzle Game written in Unity
4 stars 1 forks source link

Level Select Buttons Hover Sound Fix #251

Closed jpark052 closed 1 year ago

jpark052 commented 1 year ago

When you hover buttons in level select screen fast, it skips some sound effect. Make it so that when the user hovers over to another button while "Hover sound" is playing, stop that sound and play new "Hover sound"

CobeyH commented 1 year ago

Make sure to merge the pull request with the volume changes before you work on this. It has significant changes to the audio manager script.

jpark052 commented 1 year ago

Thanks for the heads up!