Add scruff

This commit is contained in:
Idrees Hassan
2026-03-11 16:51:11 -07:00
parent dd3ef01bef
commit 736d01e015
11 changed files with 36 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ export const PALETTE = {
EYEBROW: "eyebrow",
NOSE: "nose",
CHEEK: "cheek",
SCRUFF: "scruff",
COLLAR: "collar",
BELLY: "belly",
UNDERBELLY: "underbelly",
@@ -45,6 +46,7 @@ export const SPRITE_SHEET_COLOR_MAP = {
"#ff5573": PALETTE.EYEBROW,
"#d95763": PALETTE.NOSE,
"#ff67a9": PALETTE.CHEEK,
"#c5e550": PALETTE.SCRUFF,
"#ffe955": PALETTE.COLLAR,
"#f8b143": PALETTE.BELLY,
"#ec8637": PALETTE.UNDERBELLY,
@@ -80,6 +82,7 @@ export class BirdType {
[PALETTE.EYEBROW]: colors.face,
[PALETTE.NOSE]: colors.face,
[PALETTE.CHEEK]: colors.face,
[PALETTE.SCRUFF]: colors.face,
[PALETTE.COLLAR]: colors.face,
};
/** @type {Record<string, string>} */

View File

@@ -73,7 +73,8 @@ export default {
"underbelly": "#dc3719",
"wing": "#d23215",
"wing-edge": "#b1321c",
"collar": "#e83a1b"
"collar": "#e83a1b",
"scruff": "#d23215",
},
"tags": [
"tuft"