8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://res/music/spooky melody.wav" type="AudioStream" id=1]
|
||
|
|
||
|
[node name="Music" type="AudioStreamPlayer"]
|
||
|
stream = ExtResource( 1 )
|
||
|
autoplay = true
|