Closed NikoWil closed 6 years ago
In Mob.gd the function
func _process(delta): $AnimatedSprite.play()
is missing. As the guide stands the mobs have an animation but it's simply not played. Thank you for the introductory guide :)
Did you activated the playing setting in animated sprite properties?
As @MahtanSirfalas says, you don't need to do this in code. Click the "Playing" property in the Inspector.
In Mob.gd the function
func _process(delta): $AnimatedSprite.play()
is missing. As the guide stands the mobs have an animation but it's simply not played. Thank you for the introductory guide :)