Best way to do large XNA animations?
Posted
by
Harold
on Game Development
See other posts from Game Development
or by Harold
Published on 2011-03-01T18:05:19Z
Indexed on
2011/03/01
23:32 UTC
Read the original article
Hit count: 309
What's the best way to have large animations in XNA 4.0? I have created a spritesheet with the sprite being 250x400 (more of an image than a sprite but hey ho) and there are approximately 45 frames in the animation. This causes problems for XNA as it says that the maximum filesize for Reach is 2048.
I'd rather not change to hidef as I heard that means that your game is less compatible with some computers and systems so does anyone have any idea what the best thing I could do is? The only thing I could come up with is to have a list of textures to flick through but that's not ideal.
© Game Development or respective owner