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.

112 lines
3.8 KiB
Plaintext

[gd_scene load_steps=19 format=3 uid="uid://7q26pg52mkrj"]
[ext_resource type="Script" path="res://script/effect/particle.gd" id="1_lhvam"]
[ext_resource type="Shader" path="res://render/shader/particle_ground.gdshader" id="2_wmi3i"]
[ext_resource type="Texture2D" uid="uid://usaih3es2tch" path="res://render/texture/particle/shape/glow2.png" id="3_oaef1"]
[ext_resource type="ArrayMesh" uid="uid://dq207a0waxk0j" path="res://render/mesh/slash1.obj" id="4_e6wto"]
[ext_resource type="RibbonTrailMesh" uid="uid://sl2yk58443mf" path="res://render/trail_mesh/speed_line.tres" id="5_0s01c"]
[ext_resource type="RibbonTrailMesh" uid="uid://drx1hgf5acgv7" path="res://render/trail_mesh/air_dust.tres" id="6_21o0u"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_nb7oe"]
render_priority = 0
shader = ExtResource("2_wmi3i")
shader_parameter/tex_main = ExtResource("3_oaef1")
[sub_resource type="Curve" id="Curve_ge5x7"]
_data = [Vector2(0, 0.152862), 0.0, -0.152862, 0, 1, Vector2(1, 0), -0.152862, 0.0, 1, 0]
point_count = 2
[sub_resource type="CurveTexture" id="CurveTexture_axd3v"]
curve = SubResource("Curve_ge5x7")
[sub_resource type="Curve" id="Curve_4lv3a"]
max_value = 2.0
_data = [Vector2(0, 0.870585), 0.0, 1.12942, 0, 1, Vector2(1, 2), 1.12942, 0.0, 1, 0]
point_count = 2
[sub_resource type="CurveTexture" id="CurveTexture_pygw8"]
curve = SubResource("Curve_4lv3a")
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_ya1e1"]
particle_flag_disable_z = true
gravity = Vector3(0, 0, 0)
scale_curve = SubResource("CurveTexture_pygw8")
alpha_curve = SubResource("CurveTexture_axd3v")
[sub_resource type="Curve" id="Curve_w0374"]
_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_v4xfl"]
curve = SubResource("Curve_w0374")
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_6nmy8"]
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_v4xfl")
[sub_resource type="Curve" id="Curve_enhnw"]
_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_scyyt"]
curve = SubResource("Curve_enhnw")
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_506uu"]
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_scyyt")
turbulence_noise_strength = 0.1
[node name="Particle" type="Node3D"]
script = ExtResource("1_lhvam")
is_ground = true
[node name="Shockwave" type="GPUParticles3D" parent="."]
transform = Transform3D(0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0, 0, 0)
layers = 512
material_override = SubResource("ShaderMaterial_nb7oe")
cast_shadow = 0
emitting = false
amount = 1
lifetime = 0.15
one_shot = true
fixed_fps = 60
local_coords = true
process_material = SubResource("ParticleProcessMaterial_ya1e1")
draw_pass_1 = ExtResource("4_e6wto")
[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_6nmy8")
draw_pass_1 = ExtResource("5_0s01c")
[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_506uu")
draw_pass_1 = ExtResource("6_21o0u")