mirror of
https://github.com/danbulant/heaventaker
synced 2026-07-05 03:00:46 +00:00
fix sprites
This commit is contained in:
parent
60a1381c89
commit
fc4bdf079e
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ export const characters = [{
|
||||||
art: "/sprite/uriel_idle.webp",
|
art: "/sprite/uriel_idle.webp",
|
||||||
title: "the gate guardian",
|
title: "the gate guardian",
|
||||||
poses: {
|
poses: {
|
||||||
semi_angry: "/sprite/uriel_normal/webp",
|
semi_angry: "/sprite/uriel_normal.webp",
|
||||||
side_happy: "/sprite/uriel_happy.webp",
|
side_happy: "/sprite/uriel_happy.webp",
|
||||||
bat: "/sprite/uriel_angry.webp",
|
bat: "/sprite/uriel_angry.webp",
|
||||||
chibi: "/sprite/uriel.gif"
|
chibi: "/sprite/uriel.gif"
|
||||||
|
|
@ -13,7 +13,7 @@ export const characters = [{
|
||||||
art: "/sprite/michael_idle.webp",
|
art: "/sprite/michael_idle.webp",
|
||||||
title: "the high marshal",
|
title: "the high marshal",
|
||||||
poses: {
|
poses: {
|
||||||
wings: "/sprite/michael_wings.webp",
|
wings: "/sprite/michael_angry.webp",
|
||||||
happy: "/sprite/michael_happy.webp",
|
happy: "/sprite/michael_happy.webp",
|
||||||
chibi: "/sprite/uriel.gif"
|
chibi: "/sprite/uriel.gif"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue