poohcom1 / godot-animated-sprite-2-player

A Godot addon to convert animated sprite frames to animations in an animation player.
https://godotengine.org/asset-library/asset/1605
MIT License
41 stars 3 forks source link

[Godot4] Update API to beta 16 breaks compat change #4

Closed hsandt closed 1 year ago

hsandt commented 1 year ago

… from https://github.com/godotengine/godot/pull/71907

Explanation: the commit "Make AnimatedSprite's playback API consistent with AnimationPlayer #71907" renamed AnimatedSprite2D.frames to sprite_frames

hsandt commented 1 year ago

This should complement https://github.com/poohcom1/godot-animated-sprite-2-player/issues/2

poohcom1 commented 1 year ago

Thanks!