diff --git a/src/stores/characters.js b/src/stores/characters.js index cb3ef8e..49378a5 100644 --- a/src/stores/characters.js +++ b/src/stores/characters.js @@ -3,7 +3,7 @@ export const characters = [{ art: "/sprite/uriel_idle.webp", title: "the gate guardian", poses: { - side_normal: "/sprite/uriel_side_normal.webp", + semi_angry: "/sprite/uriel_normal/webp", side_happy: "/sprite/uriel_happy.webp", bat: "/sprite/uriel_angry.webp", chibi: "/sprite/uriel.gif" diff --git a/src/stores/dialog.js b/src/stores/dialog.js index 95765b3..d32d0e0 100644 --- a/src/stores/dialog.js +++ b/src/stores/dialog.js @@ -74,7 +74,6 @@ export const dialog = [{ chapterStart: "uriel", background: "/sprite/backg.webp", character: "Uriel", - pose: "side_normal", text: "Ummm... I don't want to be rude so just leave or go to the main gate.", map: "uriel", buttons: [{ @@ -88,6 +87,7 @@ export const dialog = [{ name: "uriel_restart", background: "/sprite/backg.webp", character: "Uriel", + pose: "semi_angry", text: "Really dude? Well if you insist, let's start from the beggining", next: "uriel_failure" }, {