mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 19:59:38 +00:00
Fix collar
This commit is contained in:
3
dist/web/birb.js
vendored
3
dist/web/birb.js
vendored
@@ -416,6 +416,7 @@
|
||||
EYEBROW: "eyebrow",
|
||||
NOSE: "nose",
|
||||
CHEEK: "cheek",
|
||||
COLLAR: "collar",
|
||||
BELLY: "belly",
|
||||
UNDERBELLY: "underbelly",
|
||||
WING: "wing",
|
||||
@@ -443,6 +444,7 @@
|
||||
"#ff5573": PALETTE.EYEBROW,
|
||||
"#d95763": PALETTE.NOSE,
|
||||
"#ff67a9": PALETTE.CHEEK,
|
||||
"#ffe955": PALETTE.COLLAR,
|
||||
"#f8b143": PALETTE.BELLY,
|
||||
"#ec8637": PALETTE.UNDERBELLY,
|
||||
"#578ae6": PALETTE.WING,
|
||||
@@ -477,6 +479,7 @@
|
||||
[PALETTE.EYEBROW]: colors.face,
|
||||
[PALETTE.NOSE]: colors.face,
|
||||
[PALETTE.CHEEK]: colors.face,
|
||||
[PALETTE.COLLAR]: colors.face,
|
||||
};
|
||||
/** @type {Record<string, string>} */
|
||||
this.colors = { ...defaultColors, ...colors, [PALETTE.THEME_HIGHLIGHT]: colors[PALETTE.THEME_HIGHLIGHT] ?? colors.hood ?? colors.face };
|
||||
|
||||
Reference in New Issue
Block a user