Hi,
I’m drawing 64x32 tiles - each calls spritebatch draw method, runs 60fps. Now, is this expensive to do this? Should I draw using texture regions, although my
map is procedural?
Any advice on using one draw call to draw lots of tiles would be appreciated.
Thanks