added so player can cast Flame spell
This commit is contained in:
@@ -29,8 +29,13 @@
|
||||
[ext_resource type="AudioStream" uid="uid://bdhmel5vyixng" path="res://assets/audio/sfx/player/take_damage/player_damaged_07.wav.mp3" id="26_gl8cc"]
|
||||
[ext_resource type="AudioStream" uid="uid://4vulahdsj4i2" path="res://assets/audio/sfx/swoosh/throw_01.wav.mp3" id="27_31cv2"]
|
||||
[ext_resource type="AudioStream" uid="uid://w6yon88kjfml" path="res://assets/audio/sfx/nickes/lift_sfx.ogg" id="28_pf23h"]
|
||||
[ext_resource type="AudioStream" uid="uid://d4kjyb1olr74s" path="res://assets/audio/sfx/weapons/bow/bow_draw-02.mp3" id="30_gl8cc"]
|
||||
[ext_resource type="AudioStream" uid="uid://b6klanrso0vvq" path="res://assets/audio/sfx/weapons/bow/bow_release_1.mp3" id="30_md1ol"]
|
||||
[ext_resource type="AudioStream" uid="uid://mbtpqlb5n3gd" path="res://assets/audio/sfx/weapons/bow/bow_no_arrow.mp3" id="31_487ah"]
|
||||
[ext_resource type="AudioStream" uid="uid://b6mwlp2ap0wbj" path="res://assets/audio/sfx/weapons/bow/bow_release2.mp3" id="31_bj30b"]
|
||||
[ext_resource type="AudioStream" uid="uid://cgya50qrx8gms" path="res://assets/audio/sfx/weapons/bow/buckle_bow.mp3" id="32_gl8cc"]
|
||||
[ext_resource type="AudioStream" uid="uid://d1ut5lnlch0k2" path="res://assets/audio/sfx/weapons/bow/bow_release3.mp3" id="32_jc3p3"]
|
||||
[ext_resource type="AudioStream" uid="uid://bvi00vbftbgc5" path="res://assets/audio/sfx/player/ultra_run/shinespark_start.wav" id="35_bj30b"]
|
||||
[ext_resource type="AudioStream" uid="uid://0xm3gyh8051h" path="res://assets/audio/sfx/wizard/incantations/indignation.mp3" id="36_jc3p3"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_wqfne"]
|
||||
colors = PackedColorArray(0, 0, 0, 1, 1, 0.13732082, 0.092538536, 1)
|
||||
@@ -275,6 +280,14 @@ stream_4/stream = ExtResource("24_wqfne")
|
||||
stream_5/stream = ExtResource("25_wnwbv")
|
||||
stream_6/stream = ExtResource("26_gl8cc")
|
||||
|
||||
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_bj30b"]
|
||||
playback_mode = 1
|
||||
random_pitch = 1.0123794
|
||||
streams_count = 3
|
||||
stream_0/stream = ExtResource("30_md1ol")
|
||||
stream_1/stream = ExtResource("31_bj30b")
|
||||
stream_2/stream = ExtResource("32_jc3p3")
|
||||
|
||||
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_hhpqf"]
|
||||
random_pitch = 1.0630184
|
||||
streams_count = 1
|
||||
@@ -457,7 +470,7 @@ shadow_enabled = true
|
||||
max_distance = 100.0
|
||||
|
||||
[node name="SfxBowShoot" type="AudioStreamPlayer2D" parent="." unique_id=340970961]
|
||||
stream = ExtResource("30_gl8cc")
|
||||
stream = SubResource("AudioStreamRandomizer_bj30b")
|
||||
pitch_scale = 1.33
|
||||
attenuation = 6.7271657
|
||||
|
||||
@@ -465,3 +478,18 @@ attenuation = 6.7271657
|
||||
stream = SubResource("AudioStreamRandomizer_hhpqf")
|
||||
max_distance = 1455.0
|
||||
attenuation = 7.4642572
|
||||
|
||||
[node name="SfxBuckleBow" type="AudioStreamPlayer2D" parent="." unique_id=1991119205]
|
||||
stream = ExtResource("32_gl8cc")
|
||||
attenuation = 7.727478
|
||||
panning_strength = 1.03
|
||||
|
||||
[node name="SfxSpellCharge" type="AudioStreamPlayer2D" parent="." unique_id=282455991]
|
||||
stream = ExtResource("35_bj30b")
|
||||
|
||||
[node name="SfxSpellIncantation" type="AudioStreamPlayer2D" parent="." unique_id=300820616]
|
||||
stream = ExtResource("36_jc3p3")
|
||||
volume_db = 5.729
|
||||
attenuation = 7.727487
|
||||
panning_strength = 1.04
|
||||
bus = &"Sfx"
|
||||
|
||||
Reference in New Issue
Block a user