AAAA
This commit is contained in:
parent
279b5e5599
commit
4f70414ed9
46 changed files with 1485 additions and 170 deletions
32
Particles/Player/deathParticles.tscn
Normal file
32
Particles/Player/deathParticles.tscn
Normal file
|
@ -0,0 +1,32 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://b4u5ekdtnki35"]
|
||||
|
||||
[ext_resource type="Script" path="res://Particles/Scripts/OneshotParticles.gd" id="1_0mqow"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_68wdg"]
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), -1.29471, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_sjct8"]
|
||||
curve = SubResource("Curve_68wdg")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_gtww1"]
|
||||
particle_flag_align_y = true
|
||||
particle_flag_disable_z = true
|
||||
direction = Vector3(0, 1, 0)
|
||||
spread = 180.0
|
||||
flatness = 0.1
|
||||
initial_velocity_min = 100.0
|
||||
initial_velocity_max = 500.0
|
||||
damping_min = 100.0
|
||||
damping_max = 100.0
|
||||
scale_min = 2.0
|
||||
scale_max = 5.0
|
||||
scale_curve = SubResource("CurveTexture_sjct8")
|
||||
scale_over_velocity_min = 1.0
|
||||
scale_over_velocity_max = 5.0
|
||||
|
||||
[node name="DeathParticles" type="GPUParticles2D"]
|
||||
amount = 50
|
||||
process_material = SubResource("ParticleProcessMaterial_gtww1")
|
||||
explosiveness = 1.0
|
||||
script = ExtResource("1_0mqow")
|
Loading…
Add table
Add a link
Reference in a new issue