Sprite compositing

From VNDev Wiki
Revision as of 10:58, 16 June 2022 by Papayaisla (talk | contribs) (ported from devtalk faq and glossary doc with formatting tweaks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sprite compositing is when multiple images are compiled together in “real time” to be viewed as a single entity. Generally used to layer different elements of a sprite together to allow for smaller overall game file size rather than having a completely different pre-compiled image for each different pose and expression combination.