This commit is contained in:
Victor Turgeon
2022-10-11 21:53:02 -04:00
5 changed files with 26 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
[ext_resource path="res://Audio/step4.wav" type="AudioStream" id=10]
[ext_resource path="res://Audio/step1.wav" type="AudioStream" id=11]
[ext_resource path="res://Audio/mixkit-fast-whoosh-transition-1490.wav" type="AudioStream" id=12]
[ext_resource path="res://Audio/PasMenuMusic.ogg" type="AudioStream" id=13]
[ext_resource path="res://Audio/DiJazz.ogg" type="AudioStream" id=13]
[ext_resource path="res://Music.gd" type="Script" id=14]
[sub_resource type="CapsuleShape" id=2]
@@ -170,21 +170,25 @@ wait_time = 0.5
[node name="Step2" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -5, 0 )
stream = ExtResource( 8 )
unit_db = 6.0
bus = "SFX"
[node name="Step3" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -5, 0 )
stream = ExtResource( 9 )
unit_db = 6.0
bus = "SFX"
[node name="Step1" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -5, 0 )
stream = ExtResource( 11 )
unit_db = 6.0
bus = "SFX"
[node name="Step4" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -5, 0 )
stream = ExtResource( 10 )
unit_db = 6.0
bus = "SFX"
[node name="AudioCharge" type="AudioStreamPlayer3D" parent="."]