fix uriel pose

This commit is contained in:
Daniel Bulant 2021-07-22 12:43:30 +02:00
parent 79ac4a37ce
commit 60a1381c89
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"
}, {