Button Feedback is a plugin for Godot Engine v4.0+ that provides audiovisual
feedback to players when they interact with buttons.
- Adds sounds to buttons when they're hovered over and clicked
- Scales buttons when they're hovered over
- Removes buttons' focus stylebox when the focus is from a tap or click
- Includes three original button sounds (hover, mouse down, and mouse up)
- Clone or download the repository.
- Copy the addons/button_feedbackfolder into your project.
- Navigate to Project > Project Settings... > Pluginsand enable Button Feedback.
Button Feedback will automatically set up feedback for all buttons in the scene
tree when the project runs. If you create buttons or instantiate scenes during
runtime, call ButtonFeedback.setup_button or ButtonFeedback.setup_recursive.
If desired, swap out the button sounds and edit the constants in button_feedback.gd.
This plugin is licensed under the MIT/Expat license.
