craftworkgames / MonoGame.Extended

Extensions to make MonoGame more awesome
http://www.monogameextended.net/
Other
1.44k stars 325 forks source link

Update animated sprite so the constructor api is similar to original MGE #906

Closed AristurtleDev closed 5 months ago

AristurtleDev commented 5 months ago

Adjusting the constructor api of animated sprites to be similar to the original MGE method where a single sprite takes in a spritesheet and can be told to play different animations that way instead of creating multiple animated sprites from a spritesheet.