Tilengine - The 2D retro graphics engine forum

Full Version: Multiple Sprite Sheets?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to have multiple sprite sheets per sprite so I can break up animations? I'm not finding any documentation on sprite sheet limits.
Hi,
You can have as many spritesets as you want, just remember to callĀ TLN_SetSpriteSet() to select which is the active spriteset for a given sprite.
Got it, thanks!