speedin-santa/Scripts/AudioLoop.gd

9 lines
161 B
GDScript3
Raw Normal View History

2024-12-18 16:35:26 -05:00
extends AudioStreamPlayer
# Called when the node enters the scene tree for the first time.
func _ready():
finished.connect(loop)
func loop() -> void:
play()