make sparkles a little less frequent

This commit is contained in:
Haze Weathers 2023-11-29 23:32:13 -05:00
parent 24e25d6757
commit 51677cd402
3 changed files with 10 additions and 10 deletions

View file

@ -65,7 +65,7 @@ animations = [ {
extents = Vector2( 4, 4 )
[sub_resource type="Curve" id=17]
_data = [ Vector2( 0, 0 ), 0.0, 0.100639, 0, 0, Vector2( 0.25, 1 ), 7.51724, -6.83592, 0, 0, Vector2( 0.5, 0 ), 0.0, 0.0, 0, 0 ]
_data = [ Vector2( 0, 0 ), 0.0, 0.100639, 0, 0, Vector2( 0.158257, 1 ), 7.51724, -6.83592, 0, 0, Vector2( 0.31422, 0 ), 0.0, 0.0, 0, 0 ]
[node name="Key" type="Node2D" groups=["gold"]]
pause_mode = 2
@ -76,7 +76,7 @@ material = SubResource( 7 )
position = Vector2( 0, -1 )
frames = SubResource( 5 )
animation = "key"
frame = 4
frame = 2
playing = true
centered = false
@ -93,7 +93,7 @@ shape = SubResource( 6 )
[node name="Sparkles" type="CPUParticles2D" parent="."]
position = Vector2( 4.5, 4 )
amount = 1
lifetime = 1.5
lifetime = 2.0
texture = ExtResource( 5 )
emission_shape = 2
emission_rect_extents = Vector2( 4, 4 )

View file

@ -31,8 +31,8 @@ tracks/0/keys = {
"values": [ Color( 0.329412, 0.360784, 0.847059, 1 ), Color( 1, 1, 1, 1 ), Color( 0.329412, 0.360784, 0.847059, 1 ) ]
}
[sub_resource type="Curve" id=9]
_data = [ Vector2( 0, 0 ), 0.0, 0.100639, 0, 0, Vector2( 0.25, 1 ), 7.51724, -6.83592, 0, 0, Vector2( 0.5, 0 ), 0.0, 0.0, 0, 0 ]
[sub_resource type="Curve" id=17]
_data = [ Vector2( 0, 0 ), 0.0, 0.100639, 0, 0, Vector2( 0.158257, 1 ), 7.51724, -6.83592, 0, 0, Vector2( 0.31422, 0 ), 0.0, 0.0, 0, 0 ]
[node name="Shard" type="Node2D"]
pause_mode = 2
@ -59,7 +59,7 @@ anims/glow = SubResource( 8 )
[node name="Sparkles" type="CPUParticles2D" parent="."]
position = Vector2( 4.5, 2.5 )
amount = 1
lifetime = 1.5
lifetime = 2.0
texture = ExtResource( 4 )
emission_shape = 2
emission_rect_extents = Vector2( 5, 5 )
@ -68,7 +68,7 @@ angular_velocity = 720.0
angular_velocity_random = 1.0
angle = 720.0
angle_random = 1.0
scale_amount_curve = SubResource( 9 )
scale_amount_curve = SubResource( 17 )
color = Color( 0.72549, 0.956863, 1, 1 )
script = ExtResource( 5 )

View file

@ -50,7 +50,7 @@ animations = [ {
extents = Vector2( 4, 4 )
[sub_resource type="Curve" id=17]
_data = [ Vector2( 0, 0 ), 0.0, 0.100639, 0, 0, Vector2( 0.25, 1 ), 7.51724, -6.83592, 0, 0, Vector2( 0.5, 0 ), 0.0, 0.0, 0, 0 ]
_data = [ Vector2( 0, 0 ), 0.0, 0.100639, 0, 0, Vector2( 0.158257, 1 ), 7.51724, -6.83592, 0, 0, Vector2( 0.31422, 0 ), 0.0, 0.0, 0, 0 ]
[node name="Star" type="Node2D"]
pause_mode = 2
@ -61,7 +61,7 @@ particle_colors = [ Color( 1, 0.741176, 0.709804, 1 ), Color( 1, 0.968627, 0.709
material = SubResource( 10 )
position = Vector2( -1, -3 )
frames = SubResource( 8 )
frame = 3
frame = 4
playing = true
centered = false
@ -77,7 +77,7 @@ shape = SubResource( 9 )
[node name="Sparkles" type="CPUParticles2D" parent="."]
position = Vector2( 4.5, 4 )
amount = 1
lifetime = 1.5
lifetime = 2.0
texture = ExtResource( 5 )
emission_shape = 2
emission_rect_extents = Vector2( 4, 4 )