5 lines
70 B
GDScript
5 lines
70 B
GDScript
extends AudioStreamPlayer
|
|
|
|
func _on_TriggerResults_touched():
|
|
stop()
|