C
C#5mo ago
TOLOXI

how to add sprite sheet animation in monogame

How do i add a sprite sheet with animation using monogame?
1 Reply
TizzyT
TizzyT5mo ago
How I handled animations was I made a class which has a reference to the sprite sheet. And on each update i only draw the sprite in the sheet (src rect) onto the screen (des rect) depending on which frame the animation is on.

Did you find this page helpful?