6 lines
72 B
GDScript3
6 lines
72 B
GDScript3
|
extends AudioStreamPlayer
|
||
|
|
||
|
func play_sound():
|
||
|
if not playing:
|
||
|
play()
|