Add nose tip

This commit is contained in:
Idrees Hassan
2026-03-21 14:25:41 -07:00
parent 7b20a376ce
commit b440f633a5
10 changed files with 24 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ export const PALETTE = {
HOOD: "hood",
EYEBROW: "eyebrow",
NOSE: "nose",
NOSE_TIP: "nose-tip",
CHEEK: "cheek",
SCRUFF: "scruff",
COLLAR: "collar",
@@ -45,6 +46,7 @@ export const SPRITE_SHEET_COLOR_MAP = {
"#99e550": PALETTE.HOOD,
"#ff5573": PALETTE.EYEBROW,
"#d95763": PALETTE.NOSE,
"#b93844": PALETTE.NOSE_TIP,
"#ff67a9": PALETTE.CHEEK,
"#c5e550": PALETTE.SCRUFF,
"#ffe955": PALETTE.COLLAR,
@@ -92,6 +94,7 @@ export class BirdType {
[PALETTE.HOOD]: colors.face,
[PALETTE.EYEBROW]: colors.face,
[PALETTE.NOSE]: colors.face,
[PALETTE.NOSE_TIP]: colors.nose,
[PALETTE.CHEEK]: colors.face,
[PALETTE.SCRUFF]: colors.face,
[PALETTE.COLLAR]: colors.face,