RobLoach / raylib-aseprite

Load Aseprite files for animated sprites in raylib.
zlib License
70 stars 5 forks source link

Flip AsepriteTag #23

Closed wwderw closed 1 month ago

wwderw commented 1 month ago

Is it possible to flip vertical/horizontal asepritetags, akin to the ImageFlipVertical() etc functionality in Raylib?

RobLoach commented 1 month ago

Could replicate a lot of the DrawTexture functions. Mind putting together a PR?

wwderw commented 1 month ago

I'm one of those that just knows enough to cause damage. Any PR that I create would definitely not be a thing of beauty.