cirnogodot/Scenes/Particles/IceBulletParticle.tscn

28 lines
999 B
Text
Raw Permalink Normal View History

2025-02-28 11:17:28 +01:00
[gd_scene load_steps=5 format=3 uid="uid://dfbmny3s4rili"]
2025-02-12 16:20:55 +01:00
2025-02-24 11:37:45 +01:00
[ext_resource type="Script" uid="uid://c4molirtle8a0" path="res://Scripts/Components/AutodeleteParticle.cs" id="1_rk44q"]
2025-02-12 16:20:55 +01:00
2025-02-28 11:17:28 +01:00
[sub_resource type="Gradient" id="Gradient_xc6bb"]
colors = PackedColorArray(0, 0.45098, 0.886275, 1, 0.729412, 1, 1, 1)
[sub_resource type="GradientTexture1D" id="GradientTexture1D_hkx2s"]
gradient = SubResource("Gradient_xc6bb")
2025-02-12 16:20:55 +01:00
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_f8iyl"]
particle_flag_disable_z = true
radial_velocity_min = -2.23517e-05
2025-02-28 11:17:28 +01:00
radial_velocity_max = 145.49
2025-02-12 16:20:55 +01:00
gravity = Vector3(0, 0, 0)
linear_accel_min = -23.2
linear_accel_max = -2.23517e-06
color = Color(0.054902, 0.494118, 1, 1)
2025-02-28 11:17:28 +01:00
color_ramp = SubResource("GradientTexture1D_hkx2s")
2025-02-12 16:20:55 +01:00
[node name="IceBulletParticle" type="GPUParticles2D"]
emitting = false
lifetime = 0.4
one_shot = true
2025-02-28 11:17:28 +01:00
process_material = SubResource("ParticleProcessMaterial_f8iyl")
2025-02-12 16:20:55 +01:00
script = ExtResource("1_rk44q")
LifeTime = 1.0
2025-02-28 11:17:28 +01:00
AutoStart = true