collectibles still animate when paused
This commit is contained in:
parent
929b63c454
commit
f1b54fc4e2
3 changed files with 5 additions and 2 deletions
|
@ -63,6 +63,7 @@ animations = [ {
|
|||
extents = Vector2( 4, 4 )
|
||||
|
||||
[node name="Key" type="Node2D" groups=["gold"]]
|
||||
pause_mode = 2
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
|
@ -70,7 +71,7 @@ material = SubResource( 7 )
|
|||
position = Vector2( 0, -1 )
|
||||
frames = SubResource( 5 )
|
||||
animation = "key"
|
||||
frame = 1
|
||||
frame = 2
|
||||
playing = true
|
||||
centered = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue