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 = [{
|
||||
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",
|
||||
|
|
|
|||