-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglobalmusic.tscn
45 lines (36 loc) · 1.03 KB
/
globalmusic.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[gd_scene load_steps=5 format=1]
[ext_resource path="res://sounds/BGMhydrogen.ogg" type="AudioStream" id=1]
[ext_resource path="res://globalmusic.gd" type="Script" id=2]
[ext_resource path="res://sounds/exit.wav" type="Sample" id=3]
[sub_resource type="SampleLibrary" id=1]
samples/exit = {
"db": 0.0,
"pitch": 1.0,
"priority": 0,
"sample": ExtResource( 3 )
}
[node name="StreamPlayer" type="StreamPlayer"]
stream/stream = ExtResource( 1 )
stream/play = false
stream/loop = true
stream/volume_db = -5.5
stream/autoplay = true
stream/paused = false
stream/loop_restart_time = 0.0
stream/buffering_ms = 500
script/script = ExtResource( 2 )
[node name="SamplePlayer" type="SamplePlayer" parent="."]
config/polyphony = 1
config/samples = SubResource( 1 )
default/volume_db = 0.0
default/pitch_scale = 1.0
default/pan = 0.0
default/depth = 0.0
default/height = 0.0
default/filter/type = 0
default/filter/cutoff = 5000.0
default/filter/resonance = 1.0
default/filter/gain = 1.0
default/reverb_room = 2
default/reverb_send = 0.0
default/chorus_send = 0.0