|
@@ -0,0 +1,43 @@
|
|
|
+[gd_scene load_steps=7 format=3 uid="uid://doag02a5hy01v"]
|
|
|
+
|
|
|
+[ext_resource type="Texture2D" uid="uid://dfjwcx4506cxo" path="res://effect/trail/trail_particle.png" id="1_u5kl5"]
|
|
|
+
|
|
|
+[sub_resource type="Gradient" id="Gradient_b352v"]
|
|
|
+colors = PackedColorArray(1, 1, 1, 1, 0.423529, 0.423529, 0.423529, 0)
|
|
|
+
|
|
|
+[sub_resource type="GradientTexture1D" id="GradientTexture1D_55fys"]
|
|
|
+gradient = SubResource("Gradient_b352v")
|
|
|
+
|
|
|
+[sub_resource type="Curve" id="Curve_b7yeu"]
|
|
|
+max_value = 10.0
|
|
|
+_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 10), 0.0, 0.0, 0, 0]
|
|
|
+point_count = 2
|
|
|
+
|
|
|
+[sub_resource type="CurveTexture" id="CurveTexture_hnf38"]
|
|
|
+curve = SubResource("Curve_b7yeu")
|
|
|
+
|
|
|
+[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_wxrhy"]
|
|
|
+emission_shape = 1
|
|
|
+emission_sphere_radius = 4.0
|
|
|
+particle_flag_disable_z = true
|
|
|
+direction = Vector3(0, 1, 0)
|
|
|
+spread = 10.0
|
|
|
+gravity = Vector3(0, 0, 0)
|
|
|
+initial_velocity_min = 2800.0
|
|
|
+initial_velocity_max = 3000.0
|
|
|
+orbit_velocity_min = 0.0
|
|
|
+orbit_velocity_max = 0.0
|
|
|
+damping_min = 10000.0
|
|
|
+damping_max = 14000.0
|
|
|
+scale_max = 2.0
|
|
|
+scale_curve = SubResource("CurveTexture_hnf38")
|
|
|
+color = Color(0.521569, 0.898039, 1, 1)
|
|
|
+color_ramp = SubResource("GradientTexture1D_55fys")
|
|
|
+
|
|
|
+[node name="Smoke" type="GPUParticles2D"]
|
|
|
+z_index = -1
|
|
|
+position = Vector2(0, -60)
|
|
|
+emitting = false
|
|
|
+process_material = SubResource("ParticleProcessMaterial_wxrhy")
|
|
|
+texture = ExtResource("1_u5kl5")
|
|
|
+lifetime = 0.5
|