AristurtleDev / monogame-aseprite

A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Projects.
https://monogameaseprite.net
MIT License
163 stars 14 forks source link

Replace your AnimatedSprite with MonoGame.Extended.AnimatedSprite #109

Open captkirk88 opened 1 month ago

captkirk88 commented 1 month ago

Purpose

To reduce clutter of code for people who use MonoGame.Extended and it is really useful, just saying.

https://www.monogameextended.net/docs/features/2d-animations/animatedsprite/

Motivation

Relieving the migraine of having to use 2 different versions of a class that do the same thing.

manbeardgames commented 1 month ago

Hey @captkirk88 thanks for this. I just noticed the PR, github notifications are absolutely terrible.

I'll review this afternoon.

The new MonoGame.Extended AnimatedSprite was actually based from this one and then rewritten inside MGE for the 4.0 release. The plan was to move native Aseprite importing into MGE so users wouldn't have to mix MGE and MGA together and it could just be one package.

But the rewrite should be PR'd here as well.

Thanks again

captkirk88 commented 1 month ago

I did not know that. I appreciate knowing that this is in the works.