extends Node
func play_animation_sound(animation):
#TODO
print("Playing sound for animation: ", animation)
func play_sfx(sfx: String) -> void:
pass