GrappleTest/Core/Scripts/music.gd
2024-03-17 21:56:16 -05:00

5 lines
50 B
GDScript

extends AudioStreamPlayer
func _ready():
play()