goodnight_jellybean/godot/Sound.gd

6 lines
72 B
GDScript3
Raw Permalink Normal View History

2023-01-01 14:02:34 -07:00
extends AudioStreamPlayer
func play_sound():
if not playing:
play()