generated from krampus/template-godot4
Grunk nodule splatter
All checks were successful
linting & formatting / build (push) Successful in 25s
All checks were successful
linting & formatting / build (push) Successful in 25s
This commit is contained in:
parent
467f0d5216
commit
e7885d33b9
BIN
assets/sfx/grunk/splat1.wav
Normal file
BIN
assets/sfx/grunk/splat1.wav
Normal file
Binary file not shown.
24
assets/sfx/grunk/splat1.wav.import
Normal file
24
assets/sfx/grunk/splat1.wav.import
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="wav"
|
||||||
|
type="AudioStreamWAV"
|
||||||
|
uid="uid://di0j2xhgfc78s"
|
||||||
|
path="res://.godot/imported/splat1.wav-0c184c3612f6e8dc49404de6420bfc5c.sample"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/sfx/grunk/splat1.wav"
|
||||||
|
dest_files=["res://.godot/imported/splat1.wav-0c184c3612f6e8dc49404de6420bfc5c.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
|
BIN
assets/sfx/grunk/splat2.wav
Normal file
BIN
assets/sfx/grunk/splat2.wav
Normal file
Binary file not shown.
24
assets/sfx/grunk/splat2.wav.import
Normal file
24
assets/sfx/grunk/splat2.wav.import
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="wav"
|
||||||
|
type="AudioStreamWAV"
|
||||||
|
uid="uid://d1w5gfmjj7tjk"
|
||||||
|
path="res://.godot/imported/splat2.wav-d793ff699626551d45adb56e386a2f81.sample"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/sfx/grunk/splat2.wav"
|
||||||
|
dest_files=["res://.godot/imported/splat2.wav-d793ff699626551d45adb56e386a2f81.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,7 +1,9 @@
|
|||||||
[gd_scene load_steps=17 format=3 uid="uid://xlt78xc1tmkl"]
|
[gd_scene load_steps=20 format=3 uid="uid://xlt78xc1tmkl"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cgwgmxwjgwbwr" path="res://assets/particles/splatter_2.png" id="1_5xu2x"]
|
[ext_resource type="Texture2D" uid="uid://cgwgmxwjgwbwr" path="res://assets/particles/splatter_2.png" id="1_5xu2x"]
|
||||||
[ext_resource type="Texture2D" uid="uid://bhoai6xv53tqm" path="res://assets/particles/splatter_1.png" id="2_bt63p"]
|
[ext_resource type="Texture2D" uid="uid://bhoai6xv53tqm" path="res://assets/particles/splatter_1.png" id="2_bt63p"]
|
||||||
|
[ext_resource type="AudioStream" uid="uid://di0j2xhgfc78s" path="res://assets/sfx/grunk/splat1.wav" id="3_t00bd"]
|
||||||
|
[ext_resource type="AudioStream" uid="uid://d1w5gfmjj7tjk" path="res://assets/sfx/grunk/splat2.wav" id="4_2iem1"]
|
||||||
|
|
||||||
[sub_resource type="Gradient" id="Gradient_5xu2x"]
|
[sub_resource type="Gradient" id="Gradient_5xu2x"]
|
||||||
offsets = PackedFloat32Array(0, 0.291304, 0.526087, 1)
|
offsets = PackedFloat32Array(0, 0.291304, 0.526087, 1)
|
||||||
@ -90,6 +92,13 @@ particles_anim_loop = false
|
|||||||
material = SubResource("StandardMaterial3D_ckw5w")
|
material = SubResource("StandardMaterial3D_ckw5w")
|
||||||
size = Vector2(2, 2)
|
size = Vector2(2, 2)
|
||||||
|
|
||||||
|
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_6adkd"]
|
||||||
|
playback_mode = 1
|
||||||
|
random_pitch = 1.2
|
||||||
|
streams_count = 2
|
||||||
|
stream_0/stream = ExtResource("3_t00bd")
|
||||||
|
stream_1/stream = ExtResource("4_2iem1")
|
||||||
|
|
||||||
[node name="GrunkSplatter" type="GPUParticles3D"]
|
[node name="GrunkSplatter" type="GPUParticles3D"]
|
||||||
sorting_offset = 9.0
|
sorting_offset = 9.0
|
||||||
amount = 64
|
amount = 64
|
||||||
@ -113,4 +122,11 @@ wait_time = 0.3
|
|||||||
one_shot = true
|
one_shot = true
|
||||||
autostart = true
|
autostart = true
|
||||||
|
|
||||||
|
[node name="SplatterSFX" type="AudioStreamPlayer3D" parent="."]
|
||||||
|
stream = SubResource("AudioStreamRandomizer_6adkd")
|
||||||
|
volume_db = -20.0
|
||||||
|
unit_size = 6.0
|
||||||
|
autoplay = true
|
||||||
|
bus = &"SFX"
|
||||||
|
|
||||||
[connection signal="timeout" from="FreeTimer" to="." method="queue_free"]
|
[connection signal="timeout" from="FreeTimer" to="." method="queue_free"]
|
||||||
|
@ -60,6 +60,7 @@
|
|||||||
- [x] switch OK
|
- [x] switch OK
|
||||||
- [x] switch activation
|
- [x] switch activation
|
||||||
- [x] bulkhead opening
|
- [x] bulkhead opening
|
||||||
|
- [x] grunk nodule splatter
|
||||||
- [x] grunk alarm shriek
|
- [x] grunk alarm shriek
|
||||||
- [ ] grunk relay pulse
|
- [ ] grunk relay pulse
|
||||||
- [x] grunk heartbeat
|
- [x] grunk heartbeat
|
||||||
|
@ -93,4 +93,8 @@
|
|||||||
- CC0
|
- CC0
|
||||||
- retrieved from https://freesound.org/people/Woodingp/sounds/116642/
|
- retrieved from https://freesound.org/people/Woodingp/sounds/116642/
|
||||||
- assets/sfx/grunk/heartbeat.wav
|
- assets/sfx/grunk/heartbeat.wav
|
||||||
- modified
|
- "splat.wav"
|
||||||
|
- author: zolopher
|
||||||
|
- CC0
|
||||||
|
- retrieved from https://freesound.org/people/zolopher/sounds/44203/
|
||||||
|
- assets/sfx/grunk/splat*.wav
|
Loading…
x
Reference in New Issue
Block a user