mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Add scruff
This commit is contained in:
@@ -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>} */
|
||||
|
||||
@@ -73,7 +73,8 @@ export default {
|
||||
"underbelly": "#dc3719",
|
||||
"wing": "#d23215",
|
||||
"wing-edge": "#b1321c",
|
||||
"collar": "#e83a1b"
|
||||
"collar": "#e83a1b",
|
||||
"scruff": "#d23215",
|
||||
},
|
||||
"tags": [
|
||||
"tuft"
|
||||
|
||||
Reference in New Issue
Block a user