mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Add spots to the strawberry finch
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -253,7 +253,8 @@ export default {
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
"wing-edge": "#490f0f",
|
||||
"wing-spots": "#e8e4e4",
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user