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:
@@ -1,5 +1,5 @@
|
||||
import Frame from "./frame.js";
|
||||
import { BirdType } from "./sprites";
|
||||
import { BirdType } from "./sprites.js";
|
||||
|
||||
class Anim {
|
||||
/**
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user