Add more sprite template colors

This commit is contained in:
Idrees Hassan
2026-03-28 10:27:26 -07:00
parent 30d6c2fee5
commit 0f90eb4492
10 changed files with 62 additions and 5 deletions

View File

@@ -14,6 +14,8 @@ const SPRITE_SIZE = 32;
const DEFAULT_OVERRIDES = {
"hood": "face",
"eyebrow": "face",
"upper-eyelid": "eyebrow",
"upper-corner-eye": "eyebrow",
"behind-eye": "face",
"corner-eye": "face",
"temple": "face",
@@ -23,6 +25,7 @@ const DEFAULT_OVERRIDES = {
"cheek": "face",
"scruff": "face",
"collar": "face",
"collar-scruff": "collar"
};
const IGNORED_PARTS = new Set(
["transparent", "border", "heart", "heart-border", "heart-shine", "feather-spine"]