updating audio, importing draeven scene
This commit is contained in:
parent
e38461bde5
commit
bd5a955a7f
Binary file not shown.
|
|
@ -0,0 +1,19 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://c4clagpd3ril0"
|
||||||
|
path="res://.godot/imported/Ambient 5.ogg-bd63564cca4d6a8762979f74df5cc96d.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://base-environments/youth_room/audio/Ambient 5.ogg"
|
||||||
|
dest_files=["res://.godot/imported/Ambient 5.ogg-bd63564cca4d6a8762979f74df5cc96d.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,19 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://d1r1tvb1paup4"
|
||||||
|
path="res://.godot/imported/draeven.ogg-f2cd990bd1c11bdd8b59fe3f4d2ec30b.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://base-environments/youth_room/audio/draeven.ogg"
|
||||||
|
dest_files=["res://.godot/imported/draeven.ogg-f2cd990bd1c11bdd8b59fe3f4d2ec30b.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=false
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
Binary file not shown.
|
|
@ -12,7 +12,7 @@ dest_files=["res://.godot/imported/rain and thunder.mp3-30442d11a9118c3b34cbcb8b
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
loop=false
|
loop=true
|
||||||
loop_offset=0
|
loop_offset=0
|
||||||
bpm=0
|
bpm=0
|
||||||
beat_count=0
|
beat_count=0
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@ dest_files=["res://.godot/imported/rain_on_window.mp3-664fb303575c9e9aa5fa1c106c
|
||||||
|
|
||||||
loop=true
|
loop=true
|
||||||
loop_offset=1.0
|
loop_offset=1.0
|
||||||
bpm=0
|
bpm=82.0
|
||||||
beat_count=0
|
beat_count=42
|
||||||
bar_beats=4
|
bar_beats=4
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,6 +1,11 @@
|
||||||
[gd_resource type="AudioBusLayout" format=3 uid="uid://djkwd76o033io"]
|
[gd_resource type="AudioBusLayout" load_steps=2 format=3 uid="uid://djkwd76o033io"]
|
||||||
|
|
||||||
|
[sub_resource type="AudioEffectLowPassFilter" id="AudioEffectLowPassFilter_5p17k"]
|
||||||
|
resource_name = "LowPassFilter"
|
||||||
|
resonance = 0.52
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
|
bus/0/volume_db = 0.0672607
|
||||||
bus/1/name = &"text"
|
bus/1/name = &"text"
|
||||||
bus/1/solo = false
|
bus/1/solo = false
|
||||||
bus/1/mute = false
|
bus/1/mute = false
|
||||||
|
|
@ -19,3 +24,11 @@ bus/3/mute = false
|
||||||
bus/3/bypass_fx = false
|
bus/3/bypass_fx = false
|
||||||
bus/3/volume_db = -0.00384331
|
bus/3/volume_db = -0.00384331
|
||||||
bus/3/send = &"New Bus 3"
|
bus/3/send = &"New Bus 3"
|
||||||
|
bus/4/name = &"outside-rain"
|
||||||
|
bus/4/solo = false
|
||||||
|
bus/4/mute = false
|
||||||
|
bus/4/bypass_fx = false
|
||||||
|
bus/4/volume_db = 6.02
|
||||||
|
bus/4/send = &"Master"
|
||||||
|
bus/4/effect/0/effect = SubResource("AudioEffectLowPassFilter_5p17k")
|
||||||
|
bus/4/effect/0/enabled = true
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ enum id {
|
||||||
YOUTH_CHILDHOOD,
|
YOUTH_CHILDHOOD,
|
||||||
YOUTH_VOICE_TRAINING,
|
YOUTH_VOICE_TRAINING,
|
||||||
YOUTH_JUI_JUTSU,
|
YOUTH_JUI_JUTSU,
|
||||||
|
YOUTH_DRAEVEN,
|
||||||
ADULT_DND,
|
ADULT_DND,
|
||||||
ADULD_VOLUNTARY,
|
ADULD_VOLUNTARY,
|
||||||
ADULD_CHRISTMAS
|
ADULD_CHRISTMAS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue