flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
8.98k stars 879 forks source link

`SpriteAnimationComponent.fromFrameData` missing nativeAngle #3196

Closed Mythar closed 2 weeks ago

Mythar commented 2 weeks ago

What could be improved

The SpriteAnimationComponent.fromFrameData is missing nativeAngle.

I would also love to have "Mirror" and "Flip" in the SpriteAnimationComponent :)

Why should this be improved

Imo fromFrameData should have this.

Risks

None

More information

No response

Other

spydon commented 2 weeks ago

There are two different issues in here, the first one I fixed in #3197 :)

I would also love to have "Mirror" and "Flip" in the SpriteAnimationComponent :)

Do you just mean flipHorizontally and flipVertically? Because those methods already exist