make sparkles a little less frequent
This commit is contained in:
parent
24e25d6757
commit
51677cd402
3 changed files with 10 additions and 10 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue