Improved images
|
Before Width: | Height: | Size: 370 KiB After Width: | Height: | Size: 370 KiB |
BIN
images/michael_happy.xcf
Normal file
BIN
images/michael_normal.png
Normal file
|
After Width: | Height: | Size: 386 KiB |
BIN
images/xcf/michael_normal.xcf
Normal file
BIN
images/xcf/uriel_bat.xcf
Normal file
BIN
images/xcf/uriel_normal.xcf
Normal file
BIN
images/xcf/uriel_side_happy.xcf
Normal file
BIN
images/xcf/uriel_side_normal.xcf
Normal file
BIN
public/sprite/michael_happy.png
Normal file
|
After Width: | Height: | Size: 354 KiB |
|
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 351 KiB |
BIN
public/sprite/uriel_bat.png
Normal file
|
After Width: | Height: | Size: 437 KiB |
BIN
public/sprite/uriel_normal.png
Normal file
|
After Width: | Height: | Size: 377 KiB |
BIN
public/sprite/uriel_side_happy.png
Normal file
|
After Width: | Height: | Size: 404 KiB |
BIN
public/sprite/uriel_side_normal.png
Normal file
|
After Width: | Height: | Size: 380 KiB |
|
|
@ -136,7 +136,7 @@
|
||||||
box-shadow: 0 0 15px white;
|
box-shadow: 0 0 15px white;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
h2::before {
|
h2::before {
|
||||||
animation: successLeft .4s, appear .2s;
|
animation: successLeft .4s, appear .2s;
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ export const characters = [{
|
||||||
art: "/sprite/michael_normal.png",
|
art: "/sprite/michael_normal.png",
|
||||||
title: "the high marshal",
|
title: "the high marshal",
|
||||||
poses: {
|
poses: {
|
||||||
wings: "/sprite/michael_wings.png"
|
wings: "/sprite/michael_wings.png",
|
||||||
|
happy: "/sprite/michael_happy.png"
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
|
|
@ -14,6 +14,7 @@ export const dialog = [{
|
||||||
name: "michael_success",
|
name: "michael_success",
|
||||||
background: "/sprite/backg.png",
|
background: "/sprite/backg.png",
|
||||||
character: "Michael",
|
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",
|
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"],
|
flags: ["success"],
|
||||||
next: "michael_heretic"
|
next: "michael_heretic"
|
||||||
|
|
|
||||||