1
Graphics / Re: About sprites.
« on: March 16, 2014, 10:59:22 am »
I trying to implement it with AS, so game will be easily moddable. For it each entity needs it's own texture file
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Using as few textures as possible is a good strategy, and the reason is simple: changing the current texture is an expensive operation for the graphics card. Drawing many sprites that use the same texture will give you the best performances.It's quote from official tutorial.