use new sprites

This commit is contained in:
Daniel Bulant 2021-07-22 09:16:34 +02:00
parent db45a76618
commit 79ac4a37ce
19 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 KiB

After

Width:  |  Height:  |  Size: 320 KiB

BIN
images/png/michael_idle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

BIN
images/png/uriel_angry.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 KiB

BIN
images/png/uriel_happy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

BIN
images/png/uriel_idle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

BIN
images/png/uziel_angry.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View file

@ -1,16 +1,16 @@
export const characters = [{
name: "Uriel",
art: "/sprite/uriel_normal.webp",
art: "/sprite/uriel_idle.webp",
title: "the gate guardian",
poses: {
side_normal: "/sprite/uriel_side_normal.webp",
side_happy: "/sprite/uriel_side_happy.webp",
bat: "/sprite/uriel_bat.webp",
side_happy: "/sprite/uriel_happy.webp",
bat: "/sprite/uriel_angry.webp",
chibi: "/sprite/uriel.gif"
}
}, {
name: "Michael",
art: "/sprite/michael_normal.webp",
art: "/sprite/michael_idle.webp",
title: "the high marshal",
poses: {
wings: "/sprite/michael_wings.webp",
@ -19,11 +19,11 @@ export const characters = [{
}
}, {
name: "Uziel",
art: "/sprite/uziel_normal.webp",
art: "/sprite/uziel_idle.webp",
title: "the chief commissar",
poses: {
happy: "/sprite/uziel_happy.webp",
dead: "/sprite/uziel_dead.webp"
dead: "/sprite/uziel_angry.webp"
}
}, {
name: "Gabriel",