mirror of
https://github.com/danbulant/heaventaker
synced 2026-06-22 00:02:00 +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",
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue