clegg
This commit is contained in:
commit
6a269eb236
97 changed files with 2137 additions and 0 deletions
32
objects/scoreitem/scoreitem_particles.tscn
Normal file
32
objects/scoreitem/scoreitem_particles.tscn
Normal file
|
@ -0,0 +1,32 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bsmmvt6hf6m5b"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bdcxqp8royr5u" path="res://objects/scoreitem/scoreitem_particles.gd" id="1_aeam7"]
|
||||
[ext_resource type="AudioStream" uid="uid://c7h4qdg8gtnhk" path="res://audio/sfx/key.ogg" id="2_rwya6"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_aeam7"]
|
||||
offsets = PackedFloat32Array(0, 0.513333, 1)
|
||||
colors = PackedColorArray(1, 0, 0, 1, 1, 1, 0.568627, 1, 1, 1, 1, 1)
|
||||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D"]
|
||||
emitting = false
|
||||
amount = 38
|
||||
lifetime = 0.2
|
||||
one_shot = true
|
||||
speed_scale = 0.5
|
||||
explosiveness = 1.0
|
||||
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_aeam7")
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("2_rwya6")
|
||||
autoplay = true
|
||||
|
||||
[connection signal="finished" from="." to="." method="_on_finished"]
|
Loading…
Add table
Add a link
Reference in a new issue