Fix sprite color overrides

This commit is contained in:
Idrees Hassan
2026-03-28 10:31:23 -07:00
parent 0f90eb4492
commit 3765713fd0
7 changed files with 113 additions and 18 deletions

View File

@@ -107,14 +107,14 @@ export class BirdType {
[PALETTE.FEATHER_SPINE]: "#373737",
[PALETTE.HOOD]: colors.face,
[PALETTE.EYEBROW]: colors.face,
[PALETTE.UPPER_EYELID]: colors.eyebrow,
[PALETTE.UPPER_CORNER_EYE]: colors.eyebrow,
[PALETTE.UPPER_EYELID]: colors.face || colors.eyebrow,
[PALETTE.UPPER_CORNER_EYE]: colors.face || colors.eyebrow,
[PALETTE.BEHIND_EYE]: colors.face,
[PALETTE.CORNER_EYE]: colors.face,
[PALETTE.TEMPLE]: colors.face,
[PALETTE.LOWER_EYELID]: colors.face,
[PALETTE.NOSE]: colors.face,
[PALETTE.NOSE_TIP]: colors.nose,
[PALETTE.NOSE_TIP]: colors.nose || colors.face,
[PALETTE.CHEEK]: colors.face,
[PALETTE.SCRUFF]: colors.face,
[PALETTE.COLLAR]: colors.face,