24 lines
700 B
Plaintext
24 lines
700 B
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Bullets/Spark1.tres" id="1"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_gly17"]
|
|
offsets = PackedFloat32Array(0, 0.672775, 1)
|
|
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)
|
|
|
|
[node name="Sparks" type="CPUParticles2D"]
|
|
position = Vector2(-215.291, 291.318)
|
|
emitting = false
|
|
lifetime = 0.8
|
|
one_shot = true
|
|
explosiveness = 0.8500000238418579
|
|
texture = ExtResource("1")
|
|
particle_flag_align_y = true
|
|
spread = 180.0
|
|
gravity = Vector2(0, 0)
|
|
initial_velocity_min = 30.0
|
|
initial_velocity_max = 45.0
|
|
color_ramp = SubResource("Gradient_gly17")
|
|
|
|
[connection signal="finished" from="." to="." method="queue_free"]
|