Add the red warbler

This commit is contained in:
Idrees Hassan
2026-03-21 16:36:27 -07:00
parent 9e6f5feae1
commit c43dd4c7b4
11 changed files with 138 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ export const PALETTE = {
BEHIND_EYE: "behind-eye",
CORNER_EYE: "corner-eye",
TEMPLE: "temple",
LOWER_EYELID: "lower-eyelid",
NOSE: "nose",
NOSE_TIP: "nose-tip",
CHEEK: "cheek",
@@ -51,6 +52,7 @@ export const SPRITE_SHEET_COLOR_MAP = {
"#ff2c88": PALETTE.BEHIND_EYE,
"#e34f9c": PALETTE.CORNER_EYE,
"#b53477": PALETTE.TEMPLE,
"#ae65f1": PALETTE.LOWER_EYELID,
"#d95763": PALETTE.NOSE,
"#b93844": PALETTE.NOSE_TIP,
"#ff67a9": PALETTE.CHEEK,
@@ -102,6 +104,7 @@ export class BirdType {
[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.CHEEK]: colors.face,