32 lines
1 KiB
Text
32 lines
1 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://ykg8dydq006a"]
|
|
|
|
[ext_resource type="Script" uid="uid://bdcxqp8royr5u" path="res://objects/scoreitem/scoreitem_particles.gd" id="1_s0vci"]
|
|
[ext_resource type="AudioStream" uid="uid://bv6v7v5dtvoii" path="res://audio/sfx/graze.wav" id="2_55vho"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_aeam7"]
|
|
offsets = PackedFloat32Array(0, 0.513333, 1)
|
|
colors = PackedColorArray(0, 0.647059, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1)
|
|
|
|
[node name="CPUParticles2D" type="CPUParticles2D"]
|
|
emitting = false
|
|
amount = 24
|
|
lifetime = 0.15
|
|
one_shot = true
|
|
speed_scale = 0.5
|
|
explosiveness = 0.6
|
|
randomness = 1.0
|
|
lifetime_randomness = 1.0
|
|
spread = 154.09
|
|
gravity = Vector2(0, 630)
|
|
initial_velocity_min = 251.99
|
|
initial_velocity_max = 484.86
|
|
scale_amount_min = 1.5
|
|
scale_amount_max = 2.5
|
|
color_ramp = SubResource("Gradient_aeam7")
|
|
script = ExtResource("1_s0vci")
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_55vho")
|
|
autoplay = true
|
|
|
|
[connection signal="finished" from="." to="." method="_on_finished"]
|