use new sprites
BIN
images/png/michael_angry.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 320 KiB |
BIN
images/png/michael_idle.png
Normal file
|
After Width: | Height: | Size: 309 KiB |
BIN
images/png/uriel_angry.png
Normal file
|
After Width: | Height: | Size: 485 KiB |
BIN
images/png/uriel_happy.png
Normal file
|
After Width: | Height: | Size: 356 KiB |
BIN
images/png/uriel_idle.png
Normal file
|
After Width: | Height: | Size: 389 KiB |
BIN
images/png/uziel_angry.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 362 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 361 KiB |
BIN
public/sprite/michael_angry.webp
Normal file
|
After Width: | Height: | Size: 267 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 46 KiB |
BIN
public/sprite/michael_idle.webp
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
public/sprite/uriel_angry.webp
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
public/sprite/uriel_happy.webp
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
public/sprite/uriel_idle.webp
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
public/sprite/uziel_angry.webp
Normal file
|
After Width: | Height: | Size: 234 KiB |
|
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 47 KiB |
BIN
public/sprite/uziel_idle.webp
Normal file
|
After Width: | Height: | Size: 47 KiB |
|
|
@ -1,16 +1,16 @@
|
||||||
export const characters = [{
|
export const characters = [{
|
||||||
name: "Uriel",
|
name: "Uriel",
|
||||||
art: "/sprite/uriel_normal.webp",
|
art: "/sprite/uriel_idle.webp",
|
||||||
title: "the gate guardian",
|
title: "the gate guardian",
|
||||||
poses: {
|
poses: {
|
||||||
side_normal: "/sprite/uriel_side_normal.webp",
|
side_normal: "/sprite/uriel_side_normal.webp",
|
||||||
side_happy: "/sprite/uriel_side_happy.webp",
|
side_happy: "/sprite/uriel_happy.webp",
|
||||||
bat: "/sprite/uriel_bat.webp",
|
bat: "/sprite/uriel_angry.webp",
|
||||||
chibi: "/sprite/uriel.gif"
|
chibi: "/sprite/uriel.gif"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Michael",
|
name: "Michael",
|
||||||
art: "/sprite/michael_normal.webp",
|
art: "/sprite/michael_idle.webp",
|
||||||
title: "the high marshal",
|
title: "the high marshal",
|
||||||
poses: {
|
poses: {
|
||||||
wings: "/sprite/michael_wings.webp",
|
wings: "/sprite/michael_wings.webp",
|
||||||
|
|
@ -19,11 +19,11 @@ export const characters = [{
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Uziel",
|
name: "Uziel",
|
||||||
art: "/sprite/uziel_normal.webp",
|
art: "/sprite/uziel_idle.webp",
|
||||||
title: "the chief commissar",
|
title: "the chief commissar",
|
||||||
poses: {
|
poses: {
|
||||||
happy: "/sprite/uziel_happy.webp",
|
happy: "/sprite/uziel_happy.webp",
|
||||||
dead: "/sprite/uziel_dead.webp"
|
dead: "/sprite/uziel_angry.webp"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Gabriel",
|
name: "Gabriel",
|
||||||
|
|
|
||||||