You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.2 KiB
Plaintext
69 lines
2.2 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://b231j0exigect"]
|
|
|
|
[ext_resource type="Script" path="res://script/effect/particle.gd" id="1_avxdd"]
|
|
[ext_resource type="RibbonTrailMesh" uid="uid://sl2yk58443mf" path="res://render/trail_mesh/speed_line.tres" id="5_4o4dj"]
|
|
[ext_resource type="RibbonTrailMesh" uid="uid://drx1hgf5acgv7" path="res://render/trail_mesh/air_dust.tres" id="6_c6hwt"]
|
|
|
|
[sub_resource type="Curve" id="Curve_bg5y1"]
|
|
_data = [Vector2(0, 0.509135), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
|
point_count = 2
|
|
|
|
[sub_resource type="CurveTexture" id="CurveTexture_sutvi"]
|
|
curve = SubResource("Curve_bg5y1")
|
|
|
|
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_ykutu"]
|
|
emission_shape = 1
|
|
emission_sphere_radius = 0.3
|
|
spread = 0.0
|
|
initial_velocity_min = 4.0
|
|
initial_velocity_max = 4.0
|
|
gravity = Vector3(0, 0, 0)
|
|
scale_min = 0.1
|
|
scale_max = 0.1
|
|
alpha_curve = SubResource("CurveTexture_sutvi")
|
|
|
|
[sub_resource type="Curve" id="Curve_k3r43"]
|
|
_data = [Vector2(0, 0.509135), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
|
point_count = 2
|
|
|
|
[sub_resource type="CurveTexture" id="CurveTexture_1suip"]
|
|
curve = SubResource("Curve_k3r43")
|
|
|
|
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_e6pin"]
|
|
emission_shape = 1
|
|
emission_sphere_radius = 0.4
|
|
spread = 180.0
|
|
initial_velocity_min = 0.1
|
|
initial_velocity_max = 1.0
|
|
gravity = Vector3(0, 0, 0)
|
|
scale_min = 0.2
|
|
scale_max = 0.2
|
|
alpha_curve = SubResource("CurveTexture_1suip")
|
|
turbulence_noise_strength = 0.1
|
|
|
|
[node name="Particle" type="Node3D"]
|
|
script = ExtResource("1_avxdd")
|
|
is_ground = true
|
|
|
|
[node name="Flare" type="GPUParticles3D" parent="."]
|
|
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0)
|
|
emitting = false
|
|
amount = 5
|
|
lifetime = 0.3
|
|
one_shot = true
|
|
explosiveness = 1.0
|
|
trail_enabled = true
|
|
trail_lifetime = 0.1
|
|
process_material = SubResource("ParticleProcessMaterial_ykutu")
|
|
draw_pass_1 = ExtResource("5_4o4dj")
|
|
|
|
[node name="Flare2" type="GPUParticles3D" parent="."]
|
|
emitting = false
|
|
amount = 5
|
|
one_shot = true
|
|
explosiveness = 1.0
|
|
trail_enabled = true
|
|
trail_lifetime = 0.1
|
|
process_material = SubResource("ParticleProcessMaterial_e6pin")
|
|
draw_pass_1 = ExtResource("6_c6hwt")
|