fix errorspew in movesideside enemies without an AnimatedSprite (fixes #88)

This commit is contained in:
Haze Weathers 2023-05-10 21:42:55 -04:00
parent 28920ef700
commit 0655605091
7 changed files with 13 additions and 10 deletions

View file

@ -42,6 +42,7 @@ position = Vector2( 5, 5 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="Hitbox"]
frames = SubResource( 3 )
frame = 1
playing = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"]