mirror of
https://github.com/danbulant/heaventaker
synced 2026-07-08 04:30:36 +00:00
fix uriel pose
This commit is contained in:
parent
79ac4a37ce
commit
60a1381c89
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ export const characters = [{
|
||||||
art: "/sprite/uriel_idle.webp",
|
art: "/sprite/uriel_idle.webp",
|
||||||
title: "the gate guardian",
|
title: "the gate guardian",
|
||||||
poses: {
|
poses: {
|
||||||
side_normal: "/sprite/uriel_side_normal.webp",
|
semi_angry: "/sprite/uriel_normal/webp",
|
||||||
side_happy: "/sprite/uriel_happy.webp",
|
side_happy: "/sprite/uriel_happy.webp",
|
||||||
bat: "/sprite/uriel_angry.webp",
|
bat: "/sprite/uriel_angry.webp",
|
||||||
chibi: "/sprite/uriel.gif"
|
chibi: "/sprite/uriel.gif"
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,6 @@ export const dialog = [{
|
||||||
chapterStart: "uriel",
|
chapterStart: "uriel",
|
||||||
background: "/sprite/backg.webp",
|
background: "/sprite/backg.webp",
|
||||||
character: "Uriel",
|
character: "Uriel",
|
||||||
pose: "side_normal",
|
|
||||||
text: "Ummm... I don't want to be rude so just leave or go to the main gate.",
|
text: "Ummm... I don't want to be rude so just leave or go to the main gate.",
|
||||||
map: "uriel",
|
map: "uriel",
|
||||||
buttons: [{
|
buttons: [{
|
||||||
|
|
@ -88,6 +87,7 @@ export const dialog = [{
|
||||||
name: "uriel_restart",
|
name: "uriel_restart",
|
||||||
background: "/sprite/backg.webp",
|
background: "/sprite/backg.webp",
|
||||||
character: "Uriel",
|
character: "Uriel",
|
||||||
|
pose: "semi_angry",
|
||||||
text: "Really dude? Well if you insist, let's start from the beggining",
|
text: "Really dude? Well if you insist, let's start from the beggining",
|
||||||
next: "uriel_failure"
|
next: "uriel_failure"
|
||||||
}, {
|
}, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue