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