mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 02:05:55 +00:00
Bullet resource
This commit is contained in:
parent
76221ca7a6
commit
07f6e58ebd
19 changed files with 236 additions and 50 deletions
23
Scenes/Particles/IceBulletParticle.tscn
Normal file
23
Scenes/Particles/IceBulletParticle.tscn
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dfbmny3s4rili"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Components/AutodeleteParticle.cs" id="1_rk44q"]
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_f8iyl"]
|
||||
particle_flag_disable_z = true
|
||||
radial_velocity_min = -2.23517e-05
|
||||
radial_velocity_max = 30.38
|
||||
gravity = Vector3(0, 0, 0)
|
||||
linear_accel_min = -23.2
|
||||
linear_accel_max = -2.23517e-06
|
||||
scale_min = 0.5
|
||||
scale_max = 0.5
|
||||
color = Color(0.054902, 0.494118, 1, 1)
|
||||
|
||||
[node name="IceBulletParticle" type="GPUParticles2D"]
|
||||
emitting = false
|
||||
amount = 4
|
||||
process_material = SubResource("ParticleProcessMaterial_f8iyl")
|
||||
lifetime = 0.4
|
||||
one_shot = true
|
||||
script = ExtResource("1_rk44q")
|
||||
LifeTime = 1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue