goodnight_jellybean/godot/Sound.gd

6 lines
72 B
GDScript

extends AudioStreamPlayer
func play_sound():
if not playing:
play()