Add the Mistletoebird

This commit is contained in:
Idrees Hassan
2025-01-03 14:51:45 -05:00
parent 8c65cdc3e1
commit 622fd50a8c

13
birb.js
View File

@@ -595,9 +595,20 @@ const species = {
[WING_EDGE]: "#1c448b",
[HOOD]: "#2252a9",
}),
mistletoebird: new BirdType("Mistletoebird",
"Native to Australia, these birds eat mainly mistletoe and in turn spread the seeds far and wide.", {
[BEAK]: "#000000",
[FOOT]: "#6c6a7c",
[EYE]: "#000000",
[FACE]: "#352e6d",
[BELLY]: "#fd6833",
[UNDERBELLY]: "#e6e1d8",
[WING]: "#342b7c",
[WING_EDGE]: "#282065",
}),
};
const DEFAULT_BIRD = "barnSwallow";
const DEFAULT_BIRD = "mistletoebird";
const Directions = {