collectibles still animate when paused

This commit is contained in:
pennyrigate 2023-06-21 22:02:40 -04:00
parent 929b63c454
commit f1b54fc4e2
3 changed files with 5 additions and 2 deletions

View file

@ -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