mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
28 lines
999 B
Text
28 lines
999 B
Text
[gd_scene load_steps=5 format=3 uid="uid://dfbmny3s4rili"]
|
|
|
|
[ext_resource type="Script" uid="uid://c4molirtle8a0" path="res://Scripts/Components/AutodeleteParticle.cs" id="1_rk44q"]
|
|
|
|
[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")
|
|
|
|
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_f8iyl"]
|
|
particle_flag_disable_z = true
|
|
radial_velocity_min = -2.23517e-05
|
|
radial_velocity_max = 145.49
|
|
gravity = Vector3(0, 0, 0)
|
|
linear_accel_min = -23.2
|
|
linear_accel_max = -2.23517e-06
|
|
color = Color(0.054902, 0.494118, 1, 1)
|
|
color_ramp = SubResource("GradientTexture1D_hkx2s")
|
|
|
|
[node name="IceBulletParticle" type="GPUParticles2D"]
|
|
emitting = false
|
|
lifetime = 0.4
|
|
one_shot = true
|
|
process_material = SubResource("ParticleProcessMaterial_f8iyl")
|
|
script = ExtResource("1_rk44q")
|
|
LifeTime = 1.0
|
|
AutoStart = true
|