GameMenu-cpp icon indicating copy to clipboard operation
GameMenu-cpp copied to clipboard

Added menu sound effects for select and click actions

Open harsh-k7 opened this issue 7 months ago • 0 comments

This pull request implements sound effects for menu interactions. The following changes have been made:

Integrated click.wav and select.wav into MenuConfig.

Added _click_sound for selection changes using Up/Down keys.

Added _select_sound for confirming menu choices using Return key.

Updated game_menu_impl.h and game_menu_impl.cpp to handle sound playback.

Ensured smooth functionality for menu navigation.

This enhancement aligns with issue #3 (Menu Sounds). Let me know if any adjustments are needed!

harsh-k7 avatar Jun 08 '25 10:06 harsh-k7