mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 07:53:48 +00:00
Grazing particles and sound
This commit is contained in:
parent
66fbda2b2b
commit
847d33ad4e
14 changed files with 246 additions and 134 deletions
7
Resources/Particles/graze_particle.tres
Normal file
7
Resources/Particles/graze_particle.tres
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="ParticleProcessMaterial" format=3 uid="uid://k221i4n2f67e"]
|
||||
|
||||
[resource]
|
||||
particle_flag_disable_z = true
|
||||
spread = 180.0
|
||||
initial_velocity_max = 73.59
|
||||
gravity = Vector3(0, 0, 0)
|
||||
10
Resources/Particles/graze_particle_3D.tres
Normal file
10
Resources/Particles/graze_particle_3D.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="ParticleProcessMaterial" format=3 uid="uid://ogkwkokxevat"]
|
||||
|
||||
[resource]
|
||||
angle_min = -294.4
|
||||
angle_max = 124.10001
|
||||
spread = 180.0
|
||||
initial_velocity_min = 4.0
|
||||
initial_velocity_max = 4.0
|
||||
gravity = Vector3(0, 0, 0)
|
||||
color = Color(0.45030138, 0.73216647, 1.3569999, 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue