mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Minor path changes
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
2
dist/extension/birb.js
vendored
2
dist/extension/birb.js
vendored
@@ -316,7 +316,7 @@
|
|||||||
[Sprite.BELLY]: "#ebe9e8",
|
[Sprite.BELLY]: "#ebe9e8",
|
||||||
[Sprite.UNDERBELLY]: "#ebd9d0",
|
[Sprite.UNDERBELLY]: "#ebd9d0",
|
||||||
[Sprite.WING]: "#f3d3c1",
|
[Sprite.WING]: "#f3d3c1",
|
||||||
[Sprite.WING_EDGE]: "#2d2d2dff",
|
[Sprite.WING_EDGE]: "#2d2d2d",
|
||||||
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
||||||
}),
|
}),
|
||||||
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
||||||
|
|||||||
2
dist/obsidian/main.js
vendored
2
dist/obsidian/main.js
vendored
@@ -321,7 +321,7 @@ module.exports = class PocketBird extends Plugin {
|
|||||||
[Sprite.BELLY]: "#ebe9e8",
|
[Sprite.BELLY]: "#ebe9e8",
|
||||||
[Sprite.UNDERBELLY]: "#ebd9d0",
|
[Sprite.UNDERBELLY]: "#ebd9d0",
|
||||||
[Sprite.WING]: "#f3d3c1",
|
[Sprite.WING]: "#f3d3c1",
|
||||||
[Sprite.WING_EDGE]: "#2d2d2dff",
|
[Sprite.WING_EDGE]: "#2d2d2d",
|
||||||
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
||||||
}),
|
}),
|
||||||
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
||||||
|
|||||||
2
dist/userscript/birb.user.js
vendored
2
dist/userscript/birb.user.js
vendored
@@ -330,7 +330,7 @@
|
|||||||
[Sprite.BELLY]: "#ebe9e8",
|
[Sprite.BELLY]: "#ebe9e8",
|
||||||
[Sprite.UNDERBELLY]: "#ebd9d0",
|
[Sprite.UNDERBELLY]: "#ebd9d0",
|
||||||
[Sprite.WING]: "#f3d3c1",
|
[Sprite.WING]: "#f3d3c1",
|
||||||
[Sprite.WING_EDGE]: "#2d2d2dff",
|
[Sprite.WING_EDGE]: "#2d2d2d",
|
||||||
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
||||||
}),
|
}),
|
||||||
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
||||||
|
|||||||
2
dist/web/birb.embed.js
vendored
2
dist/web/birb.embed.js
vendored
@@ -316,7 +316,7 @@
|
|||||||
[Sprite.BELLY]: "#ebe9e8",
|
[Sprite.BELLY]: "#ebe9e8",
|
||||||
[Sprite.UNDERBELLY]: "#ebd9d0",
|
[Sprite.UNDERBELLY]: "#ebd9d0",
|
||||||
[Sprite.WING]: "#f3d3c1",
|
[Sprite.WING]: "#f3d3c1",
|
||||||
[Sprite.WING_EDGE]: "#2d2d2dff",
|
[Sprite.WING_EDGE]: "#2d2d2d",
|
||||||
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
||||||
}),
|
}),
|
||||||
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
||||||
|
|||||||
2
dist/web/birb.js
vendored
2
dist/web/birb.js
vendored
@@ -316,7 +316,7 @@
|
|||||||
[Sprite.BELLY]: "#ebe9e8",
|
[Sprite.BELLY]: "#ebe9e8",
|
||||||
[Sprite.UNDERBELLY]: "#ebd9d0",
|
[Sprite.UNDERBELLY]: "#ebd9d0",
|
||||||
[Sprite.WING]: "#f3d3c1",
|
[Sprite.WING]: "#f3d3c1",
|
||||||
[Sprite.WING_EDGE]: "#2d2d2dff",
|
[Sprite.WING_EDGE]: "#2d2d2d",
|
||||||
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
||||||
}),
|
}),
|
||||||
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import Frame from "./frame.js";
|
import Frame from "./frame.js";
|
||||||
import { BirdType } from "./sprites";
|
import { BirdType } from "./sprites.js";
|
||||||
|
|
||||||
class Anim {
|
class Anim {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ export const SPECIES = {
|
|||||||
[Sprite.BELLY]: "#ebe9e8",
|
[Sprite.BELLY]: "#ebe9e8",
|
||||||
[Sprite.UNDERBELLY]: "#ebd9d0",
|
[Sprite.UNDERBELLY]: "#ebd9d0",
|
||||||
[Sprite.WING]: "#f3d3c1",
|
[Sprite.WING]: "#f3d3c1",
|
||||||
[Sprite.WING_EDGE]: "#2d2d2dff",
|
[Sprite.WING_EDGE]: "#2d2d2d",
|
||||||
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
[Sprite.THEME_HIGHLIGHT]: "#d7ac93",
|
||||||
}),
|
}),
|
||||||
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
tuftedTitmouse: new BirdType("Tufted Titmouse",
|
||||||
|
|||||||
Reference in New Issue
Block a user