Improved images

This commit is contained in:
Daniel Bulant 2021-02-22 18:46:14 +01:00
parent a972081d14
commit aec343f4ff
18 changed files with 4 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

BIN
images/michael_happy.xcf Normal file

Binary file not shown.

BIN
images/michael_normal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

BIN
images/xcf/uriel_bat.xcf Normal file

Binary file not shown.

BIN
images/xcf/uriel_normal.xcf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 KiB

After

Width:  |  Height:  |  Size: 351 KiB

BIN
public/sprite/uriel_bat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

View file

@ -136,7 +136,7 @@
box-shadow: 0 0 15px white;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
transform: translate(-50%, -50%);
}
h2::before {
animation: successLeft .4s, appear .2s;

View file

@ -3,6 +3,7 @@ export const characters = [{
art: "/sprite/michael_normal.png",
title: "the high marshal",
poses: {
wings: "/sprite/michael_wings.png"
wings: "/sprite/michael_wings.png",
happy: "/sprite/michael_happy.png"
}
}];

View file

@ -14,6 +14,7 @@ export const dialog = [{
name: "michael_success",
background: "/sprite/backg.png",
character: "Michael",
pose: "happy",
text: "Really? Well, big man: if you survive this whole ordeal, prepare a room and we shall see how into this shit you really are",
flags: ["success"],
next: "michael_heretic"