diff --git a/images/src_michael_normal.png b/images/michael_happy.png similarity index 100% rename from images/src_michael_normal.png rename to images/michael_happy.png diff --git a/images/michael_happy.xcf b/images/michael_happy.xcf new file mode 100644 index 0000000..4adf3d2 Binary files /dev/null and b/images/michael_happy.xcf differ diff --git a/images/michael_normal.png b/images/michael_normal.png new file mode 100644 index 0000000..5127f72 Binary files /dev/null and b/images/michael_normal.png differ diff --git a/images/xcf/michael_normal.xcf b/images/xcf/michael_normal.xcf new file mode 100644 index 0000000..17ea62d Binary files /dev/null and b/images/xcf/michael_normal.xcf differ diff --git a/images/michael_wings.xcf b/images/xcf/michael_wings.xcf similarity index 100% rename from images/michael_wings.xcf rename to images/xcf/michael_wings.xcf diff --git a/images/xcf/uriel_bat.xcf b/images/xcf/uriel_bat.xcf new file mode 100644 index 0000000..9e5dbec Binary files /dev/null and b/images/xcf/uriel_bat.xcf differ diff --git a/images/xcf/uriel_normal.xcf b/images/xcf/uriel_normal.xcf new file mode 100644 index 0000000..47b151c Binary files /dev/null and b/images/xcf/uriel_normal.xcf differ diff --git a/images/xcf/uriel_side_happy.xcf b/images/xcf/uriel_side_happy.xcf new file mode 100644 index 0000000..e5a2f43 Binary files /dev/null and b/images/xcf/uriel_side_happy.xcf differ diff --git a/images/xcf/uriel_side_normal.xcf b/images/xcf/uriel_side_normal.xcf new file mode 100644 index 0000000..161ea9d Binary files /dev/null and b/images/xcf/uriel_side_normal.xcf differ diff --git a/public/sprite/michael_happy.png b/public/sprite/michael_happy.png new file mode 100644 index 0000000..5c4f7f5 Binary files /dev/null and b/public/sprite/michael_happy.png differ diff --git a/public/sprite/michael_normal.png b/public/sprite/michael_normal.png index 2c71d64..2918c20 100644 Binary files a/public/sprite/michael_normal.png and b/public/sprite/michael_normal.png differ diff --git a/public/sprite/uriel_bat.png b/public/sprite/uriel_bat.png new file mode 100644 index 0000000..2d43d70 Binary files /dev/null and b/public/sprite/uriel_bat.png differ diff --git a/public/sprite/uriel_normal.png b/public/sprite/uriel_normal.png new file mode 100644 index 0000000..b338d91 Binary files /dev/null and b/public/sprite/uriel_normal.png differ diff --git a/public/sprite/uriel_side_happy.png b/public/sprite/uriel_side_happy.png new file mode 100644 index 0000000..2c3ca89 Binary files /dev/null and b/public/sprite/uriel_side_happy.png differ diff --git a/public/sprite/uriel_side_normal.png b/public/sprite/uriel_side_normal.png new file mode 100644 index 0000000..d51084d Binary files /dev/null and b/public/sprite/uriel_side_normal.png differ diff --git a/src/pages/dialog.svelte b/src/pages/dialog.svelte index f4c90e0..6711835 100644 --- a/src/pages/dialog.svelte +++ b/src/pages/dialog.svelte @@ -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; diff --git a/src/stores/characters.js b/src/stores/characters.js index 9e099b5..610d3cb 100644 --- a/src/stores/characters.js +++ b/src/stores/characters.js @@ -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" } }]; \ No newline at end of file diff --git a/src/stores/dialog.js b/src/stores/dialog.js index 898851e..8c38a01 100644 --- a/src/stores/dialog.js +++ b/src/stores/dialog.js @@ -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"