Zigonnaudio

This commit is contained in:
MarcEricMartel
2022-10-11 19:03:11 -04:00
parent d4aff77ffb
commit 082991fc90
10 changed files with 984 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=16 format=2]
[gd_scene load_steps=17 format=2]
[ext_resource path="res://Player.gd" type="Script" id=1]
[ext_resource path="res://BlenderStuff/Hand/protohand.obj" type="ArrayMesh" id=2]
@@ -6,6 +6,7 @@
[ext_resource path="res://HUD.tscn" type="PackedScene" id=4]
[ext_resource path="res://Audio/80-s-clap.wav" type="AudioStream" id=5]
[ext_resource path="res://Audio/MegaSlap.wav" type="AudioStream" id=6]
[ext_resource path="res://Audio/mixkit-fast-whoosh-transition-1490.wav" type="AudioStream" id=7]
[ext_resource path="res://Audio/step2.wav" type="AudioStream" id=8]
[ext_resource path="res://Audio/step3.wav" type="AudioStream" id=9]
[ext_resource path="res://Audio/step4.wav" type="AudioStream" id=10]
@@ -131,6 +132,8 @@ bus = "SFX"
[node name="AudioMegaSlap" type="AudioStreamPlayer3D" parent="."]
stream = ExtResource( 6 )
unit_db = 8.496
max_db = 6.0
bus = "SFX"
emission_angle_enabled = true
doppler_tracking = 2
@@ -154,3 +157,9 @@ stream = ExtResource( 11 )
[node name="Step4" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -5, 0 )
stream = ExtResource( 10 )
[node name="AudioCharge" type="AudioStreamPlayer3D" parent="."]
stream = ExtResource( 7 )
pitch_scale = 0.79
bus = "SFX"
doppler_tracking = 2