mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Grazing sounds
This commit is contained in:
parent
8b28805cbd
commit
6f92162d5a
5 changed files with 48 additions and 2 deletions
14
Scenes/Misc/graze_particles.tscn
Normal file
14
Scenes/Misc/graze_particles.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://ce83htrsiu7qa"]
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_cjf14"]
|
||||
particle_flag_disable_z = true
|
||||
spread = 180.0
|
||||
initial_velocity_max = 73.59
|
||||
gravity = Vector3(0, 0, 0)
|
||||
|
||||
[node name="GrazeParticles" type="GPUParticles2D"]
|
||||
emitting = false
|
||||
amount = 4
|
||||
lifetime = 0.33
|
||||
one_shot = true
|
||||
process_material = SubResource("ParticleProcessMaterial_cjf14")
|
||||
6
Scenes/Misc/graze_sound.tscn
Normal file
6
Scenes/Misc/graze_sound.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://m88tchaflpln"]
|
||||
|
||||
[ext_resource type="AudioStream" uid="uid://b0ficxrbhf8om" path="res://SFX/615532__crash_358__sci-fi-ui-button-sound-005.wav" id="1_q5ph6"]
|
||||
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D"]
|
||||
stream = ExtResource("1_q5ph6")
|
||||
Loading…
Add table
Add a link
Reference in a new issue