Minor path changes

This commit is contained in:
Idrees Hassan
2026-01-18 17:08:30 -05:00
parent 5e94998410
commit fd865cacb8
8 changed files with 7 additions and 7 deletions

BIN
dist/extension.zip vendored

Binary file not shown.

View File

@@ -316,7 +316,7 @@
[Sprite.BELLY]: "#ebe9e8",
[Sprite.UNDERBELLY]: "#ebd9d0",
[Sprite.WING]: "#f3d3c1",
[Sprite.WING_EDGE]: "#2d2d2dff",
[Sprite.WING_EDGE]: "#2d2d2d",
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
}),
tuftedTitmouse: new BirdType("Tufted Titmouse",

View File

@@ -321,7 +321,7 @@ module.exports = class PocketBird extends Plugin {
[Sprite.BELLY]: "#ebe9e8",
[Sprite.UNDERBELLY]: "#ebd9d0",
[Sprite.WING]: "#f3d3c1",
[Sprite.WING_EDGE]: "#2d2d2dff",
[Sprite.WING_EDGE]: "#2d2d2d",
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
}),
tuftedTitmouse: new BirdType("Tufted Titmouse",

View File

@@ -330,7 +330,7 @@
[Sprite.BELLY]: "#ebe9e8",
[Sprite.UNDERBELLY]: "#ebd9d0",
[Sprite.WING]: "#f3d3c1",
[Sprite.WING_EDGE]: "#2d2d2dff",
[Sprite.WING_EDGE]: "#2d2d2d",
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
}),
tuftedTitmouse: new BirdType("Tufted Titmouse",

View File

@@ -316,7 +316,7 @@
[Sprite.BELLY]: "#ebe9e8",
[Sprite.UNDERBELLY]: "#ebd9d0",
[Sprite.WING]: "#f3d3c1",
[Sprite.WING_EDGE]: "#2d2d2dff",
[Sprite.WING_EDGE]: "#2d2d2d",
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
}),
tuftedTitmouse: new BirdType("Tufted Titmouse",

2
dist/web/birb.js vendored
View File

@@ -316,7 +316,7 @@
[Sprite.BELLY]: "#ebe9e8",
[Sprite.UNDERBELLY]: "#ebd9d0",
[Sprite.WING]: "#f3d3c1",
[Sprite.WING_EDGE]: "#2d2d2dff",
[Sprite.WING_EDGE]: "#2d2d2d",
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
}),
tuftedTitmouse: new BirdType("Tufted Titmouse",

View File

@@ -1,5 +1,5 @@
import Frame from "./frame.js";
import { BirdType } from "./sprites";
import { BirdType } from "./sprites.js";
class Anim {
/**

View File

@@ -88,7 +88,7 @@ export const SPECIES = {
[Sprite.BELLY]: "#ebe9e8",
[Sprite.UNDERBELLY]: "#ebd9d0",
[Sprite.WING]: "#f3d3c1",
[Sprite.WING_EDGE]: "#2d2d2dff",
[Sprite.WING_EDGE]: "#2d2d2d",
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
}),
tuftedTitmouse: new BirdType("Tufted Titmouse",