sprite: emissive layer

This commit is contained in:
minjaesong
2024-01-27 01:27:45 +09:00
parent 3042b0659e
commit b02f4d7703
18 changed files with 175 additions and 29 deletions

View File

@@ -18,6 +18,9 @@ interface HasAssembledSprite {
/** ADL for glow sprite. Optional. */
var animDescGlow: ADProperties?
/** ADL for glow sprite. Optional. */
var animDescEmissive: ADProperties?
var spriteHeadTexture: TextureRegion?
// FIXME sometimes the animmation is invisible (row and nFrames mismatch -- row is changed to 1 but it's drawing 3rd frame?)