Event Audio for Godot
A simple fire-and-forget audio triggering system for Godot.
Create audio banks, linking event triggers with audio resources.
Play audio with one line of code:
EventAudio.play_3d("shoot+laser", my_player)
If a trigger isn't found, nothing is played.