|
|
|
@ -20,12 +20,12 @@ curve = SubResource("Curve_43f32")
|
|
|
|
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_ssaw8"]
|
|
|
|
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_ssaw8"]
|
|
|
|
emission_shape = 1
|
|
|
|
emission_shape = 1
|
|
|
|
emission_sphere_radius = 1.0
|
|
|
|
emission_sphere_radius = 1.0
|
|
|
|
radial_velocity_min = 1.0
|
|
|
|
radial_velocity_min = 0.5
|
|
|
|
radial_velocity_max = 2.0
|
|
|
|
radial_velocity_max = 1.0
|
|
|
|
radial_velocity_curve = SubResource("CurveTexture_xp5x6")
|
|
|
|
radial_velocity_curve = SubResource("CurveTexture_xp5x6")
|
|
|
|
gravity = Vector3(0, 0, 0)
|
|
|
|
gravity = Vector3(0, 0, 0)
|
|
|
|
scale_min = 0.01
|
|
|
|
scale_min = 0.01
|
|
|
|
scale_max = 0.04
|
|
|
|
scale_max = 0.02
|
|
|
|
scale_curve = SubResource("CurveTexture_s7b1r")
|
|
|
|
scale_curve = SubResource("CurveTexture_s7b1r")
|
|
|
|
turbulence_noise_strength = 0.5
|
|
|
|
turbulence_noise_strength = 0.5
|
|
|
|
turbulence_influence_max = 0.2
|
|
|
|
turbulence_influence_max = 0.2
|
|
|
|
@ -54,13 +54,12 @@ curve = SubResource("Curve_w41ea")
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Explosion" type="GPUParticles3D"]
|
|
|
|
[node name="Explosion" type="GPUParticles3D"]
|
|
|
|
emitting = false
|
|
|
|
emitting = false
|
|
|
|
amount = 100
|
|
|
|
amount = 250
|
|
|
|
sub_emitter = NodePath(".")
|
|
|
|
sub_emitter = NodePath(".")
|
|
|
|
lifetime = 2.0
|
|
|
|
|
|
|
|
one_shot = true
|
|
|
|
one_shot = true
|
|
|
|
explosiveness = 1.0
|
|
|
|
explosiveness = 1.0
|
|
|
|
trail_enabled = true
|
|
|
|
trail_enabled = true
|
|
|
|
trail_lifetime = 1.0
|
|
|
|
trail_lifetime = 0.5
|
|
|
|
process_material = SubResource("ParticleProcessMaterial_ssaw8")
|
|
|
|
process_material = SubResource("ParticleProcessMaterial_ssaw8")
|
|
|
|
draw_passes = 2
|
|
|
|
draw_passes = 2
|
|
|
|
draw_pass_1 = ExtResource("1_6sgsn")
|
|
|
|
draw_pass_1 = ExtResource("1_6sgsn")
|
|
|
|
|