This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
Gamify-Life/Gamify Life/ZGlobal/multi_music_player.tscn
2025-04-15 11:55:58 -07:00

13 lines
1.1 KiB
Text

[gd_scene load_steps=7 format=3 uid="uid://dw40u2fc4fhrc"]
[ext_resource type="Script" path="res://ZGlobal/Multi-Music Player.gd" id="1_f15ix"]
[ext_resource type="AudioStream" uid="uid://dov18fvhxs334" path="res://ZGlobal/Sounds/ambient classical guitar.mp3" id="2_w6kyo"]
[ext_resource type="AudioStream" uid="uid://dii70y0y4hv3t" path="res://ZGlobal/Sounds/deep water adventure ambient underwater music.mp3" id="3_gr7jp"]
[ext_resource type="AudioStream" uid="uid://cs2j0am8d8wr8" path="res://ZGlobal/Sounds/dreamy emotional ambient piano dreamy sky.mp3" id="4_ge0gm"]
[ext_resource type="AudioStream" uid="uid://dieeofvdh35yt" path="res://ZGlobal/Sounds/morning garden acoustic chill.mp3" id="5_7xgrt"]
[ext_resource type="AudioStream" uid="uid://b4g7eg5kymocq" path="res://ZGlobal/Sounds/reflected light.mp3" id="6_21mt0"]
[node name="Multi-Music Player" type="AudioStreamPlayer"]
volume_db = -5.0
script = ExtResource("1_f15ix")
Sound = Array[AudioStreamMP3]([ExtResource("2_w6kyo"), ExtResource("3_gr7jp"), ExtResource("4_ge0gm"), ExtResource("5_7xgrt"), ExtResource("6_21mt0")])