Fix sprite flag inconsistencies

This commit is contained in:
Idrees Hassan
2026-03-11 16:22:00 -07:00
parent 1d4c1a000e
commit 6cfd32270c
9 changed files with 53 additions and 23 deletions

View File

@@ -43,7 +43,9 @@ export default {
"wing-edge": "#9d9fa9",
"theme-highlight": "#b9abcf"
},
"tags": ["tuft"]
"tags": [
"tuft"
]
},
"europeanRobin": {
"name": "European Robin",
@@ -70,9 +72,12 @@ export default {
"belly": "#e83a1b",
"underbelly": "#dc3719",
"wing": "#d23215",
"wing-edge": "#b1321c"
"wing-edge": "#b1321c",
"collar": "#e83a1b"
},
"tags": ["tuft"]
"tags": [
"tuft"
]
},
"americanGoldfinch": {
"name": "American Goldfinch",