forked from Delta12Studio/Lango_GodotRPG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Global.tscn
25 lines (19 loc) · 799 Bytes
/
Global.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Global.gd" type="Script" id=1]
[ext_resource path="res://Music and Sounds/Lango_exploration.ogg" type="AudioStream" id=2]
[ext_resource path="res://Music and Sounds/The_Cave_of_Madness.ogg" type="AudioStream" id=3]
[ext_resource path="res://Music and Sounds/Death.ogg" type="AudioStream" id=4]
[node name="Global" type="Node"]
script = ExtResource( 1 )
[node name="Music" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 2 )
volume_db = -30.0
[node name="Death" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
volume_db = -15.0
[node name="CaveMusic" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
volume_db = -30.0
[node name="Timer" type="Timer" parent="."]
wait_time = 10.0
one_shot = true