generated from krampus/template-godot4
More of a popping sound for grunk collection
This commit is contained in:
parent
3b6f900557
commit
8f565cd5b0
BIN
assets/sfx/tools/pop.wav
(Stored with Git LFS)
Normal file
BIN
assets/sfx/tools/pop.wav
(Stored with Git LFS)
Normal file
Binary file not shown.
24
assets/sfx/tools/pop.wav.import
Normal file
24
assets/sfx/tools/pop.wav.import
Normal file
@ -0,0 +1,24 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamWAV"
|
||||
uid="uid://bmoel4uoncjgj"
|
||||
path="res://.godot/imported/pop.wav-a125111ccb70bb530d8a9a1e740af87f.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sfx/tools/pop.wav"
|
||||
dest_files=["res://.godot/imported/pop.wav-a125111ccb70bb530d8a9a1e740af87f.sample"]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop_mode=0
|
||||
edit/loop_begin=0
|
||||
edit/loop_end=-1
|
||||
compress/mode=2
|
@ -1,11 +1,11 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cbtmhu787diev"]
|
||||
|
||||
[ext_resource type="AudioStream" uid="uid://cj6rj8ujl60e3" path="res://assets/sfx/tools/collect2.wav" id="1_y7it3"]
|
||||
[ext_resource type="AudioStream" uid="uid://bmoel4uoncjgj" path="res://assets/sfx/tools/pop.wav" id="1_y7it3"]
|
||||
[ext_resource type="Script" uid="uid://dwt66u7ua1to4" path="res://src/player/grunk_collection_sfx/grunk_collection_sfx.gd" id="5_ihwko"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_y7it3"]
|
||||
_limits = [0.0, 2.4, 0.0, 1.0]
|
||||
_data = [Vector2(0, 1), 0.0, 8.88538, 0, 0, Vector2(0.125, 1.4), 0.0, 0.0, 0, 0, Vector2(0.5, 1.4), 0.0, 0.0, 0, 0, Vector2(1, 2.4), 6.54458, 0.0, 0, 0]
|
||||
_data = [Vector2(0, 0.3), 0.0, 4.59122, 0, 0, Vector2(0.125, 0.5), 0.0, 0.0, 0, 0, Vector2(0.5, 0.5), 0.0, 0.0, 0, 0, Vector2(1, 1.23259), 5.30372, 0.0, 0, 0]
|
||||
point_count = 4
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_y7it3"]
|
||||
@ -16,6 +16,8 @@ volume_db = -4.0
|
||||
max_polyphony = 3
|
||||
bus = &"SFX"
|
||||
script = ExtResource("5_ihwko")
|
||||
delay_mean = 0.4
|
||||
delay_st_dev = 0.2
|
||||
base_pitch_curve = SubResource("Curve_y7it3")
|
||||
noise = SubResource("FastNoiseLite_y7it3")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user