I am going to have lots of (same looking) zombies in my game.
Is it a good idea to make the texture static, so that SpriteBatch
wont need to load a new texture?
I go through the whole zombie list and draw every zombie with the same call, just changing the position. Will SpriteBatch
get it? That its exactly the same texture every time? Where could be the disadvantage?