mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
10 lines
284 B
Plaintext
10 lines
284 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://ccq50i03ftxl3"]
|
|
|
|
[ext_resource type="AudioStream" uid="uid://byn2m20r6mxmi" path="res://music.ogg" id="1_8pjkj"]
|
|
|
|
[node name="Music" type="AudioStreamPlayer"]
|
|
process_mode = 1
|
|
stream = ExtResource("1_8pjkj")
|
|
volume_db = -3.0
|
|
autoplay = true
|