diff --git a/dist/extension.zip b/dist/extension.zip index 73f2f26..d50e90d 100644 Binary files a/dist/extension.zip and b/dist/extension.zip differ diff --git a/dist/extension/birb.js b/dist/extension/birb.js index e88942d..3961aab 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -536,8 +536,8 @@ "#99e550": PALETTE.HOOD, "#ff5573": PALETTE.EYEBROW, "#ff2c88": PALETTE.BEHIND_EYE, - "#b53477": PALETTE.CORNER_EYE, - "#e34f9c": PALETTE.TEMPLE, + "#e34f9c": PALETTE.CORNER_EYE, + "#b53477": PALETTE.TEMPLE, "#d95763": PALETTE.NOSE, "#b93844": PALETTE.NOSE_TIP, "#ff67a9": PALETTE.CHEEK, diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index a6b6e74..1d03632 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -541,8 +541,8 @@ module.exports = class PocketBird extends Plugin { "#99e550": PALETTE.HOOD, "#ff5573": PALETTE.EYEBROW, "#ff2c88": PALETTE.BEHIND_EYE, - "#b53477": PALETTE.CORNER_EYE, - "#e34f9c": PALETTE.TEMPLE, + "#e34f9c": PALETTE.CORNER_EYE, + "#b53477": PALETTE.TEMPLE, "#d95763": PALETTE.NOSE, "#b93844": PALETTE.NOSE_TIP, "#ff67a9": PALETTE.CHEEK, diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 38d1494..ee09a1c 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -550,8 +550,8 @@ "#99e550": PALETTE.HOOD, "#ff5573": PALETTE.EYEBROW, "#ff2c88": PALETTE.BEHIND_EYE, - "#b53477": PALETTE.CORNER_EYE, - "#e34f9c": PALETTE.TEMPLE, + "#e34f9c": PALETTE.CORNER_EYE, + "#b53477": PALETTE.TEMPLE, "#d95763": PALETTE.NOSE, "#b93844": PALETTE.NOSE_TIP, "#ff67a9": PALETTE.CHEEK, diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index eaf7f3e..8f85c1d 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -536,8 +536,8 @@ "#99e550": PALETTE.HOOD, "#ff5573": PALETTE.EYEBROW, "#ff2c88": PALETTE.BEHIND_EYE, - "#b53477": PALETTE.CORNER_EYE, - "#e34f9c": PALETTE.TEMPLE, + "#e34f9c": PALETTE.CORNER_EYE, + "#b53477": PALETTE.TEMPLE, "#d95763": PALETTE.NOSE, "#b93844": PALETTE.NOSE_TIP, "#ff67a9": PALETTE.CHEEK, diff --git a/dist/web/birb.js b/dist/web/birb.js index eaf7f3e..8f85c1d 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -536,8 +536,8 @@ "#99e550": PALETTE.HOOD, "#ff5573": PALETTE.EYEBROW, "#ff2c88": PALETTE.BEHIND_EYE, - "#b53477": PALETTE.CORNER_EYE, - "#e34f9c": PALETTE.TEMPLE, + "#e34f9c": PALETTE.CORNER_EYE, + "#b53477": PALETTE.TEMPLE, "#d95763": PALETTE.NOSE, "#b93844": PALETTE.NOSE_TIP, "#ff67a9": PALETTE.CHEEK, diff --git a/src/animation/sprites.js b/src/animation/sprites.js index 6465bf0..26fa98b 100644 --- a/src/animation/sprites.js +++ b/src/animation/sprites.js @@ -49,8 +49,8 @@ export const SPRITE_SHEET_COLOR_MAP = { "#99e550": PALETTE.HOOD, "#ff5573": PALETTE.EYEBROW, "#ff2c88": PALETTE.BEHIND_EYE, - "#b53477": PALETTE.CORNER_EYE, - "#e34f9c": PALETTE.TEMPLE, + "#e34f9c": PALETTE.CORNER_EYE, + "#b53477": PALETTE.TEMPLE, "#d95763": PALETTE.NOSE, "#b93844": PALETTE.NOSE_TIP, "#ff67a9": PALETTE.CHEEK,