Add spots to the strawberry finch

This commit is contained in:
Idrees Hassan
2026-03-28 11:15:24 -07:00
parent 6f88d386ec
commit abe4439d5e
10 changed files with 30 additions and 11 deletions

View File

@@ -30,6 +30,7 @@ export const PALETTE = {
BELLY: "belly",
UNDERBELLY: "underbelly",
WING: "wing",
WING_SPOTS: "wing-spots",
WING_EDGE: "wing-edge",
HEART: "heart",
HEART_BORDER: "heart-border",
@@ -67,6 +68,7 @@ export const SPRITE_SHEET_COLOR_MAP = {
"#f8b143": PALETTE.BELLY,
"#ec8637": PALETTE.UNDERBELLY,
"#578ae6": PALETTE.WING,
"#90b0e8": PALETTE.WING_SPOTS,
"#326ed9": PALETTE.WING_EDGE,
"#c82e2e": PALETTE.HEART,
"#501a1a": PALETTE.HEART_BORDER,
@@ -93,6 +95,7 @@ export const DEFAULT_COLOR_OVERRIDES = {
[PALETTE.SCRUFF]: PALETTE.FACE,
[PALETTE.COLLAR]: PALETTE.FACE,
[PALETTE.COLLAR_SCRUFF]: PALETTE.COLLAR,
[PALETTE.WING_SPOTS]: PALETTE.WING,
};
/**