Move images

This commit is contained in:
Daniel Bulant 2021-02-22 17:53:03 +01:00
parent bdc5178d1c
commit a972081d14
25 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
A fan-made game inspired by Helltaker. Art by u/hohodo.
![Characters](public/characters.png)
![Characters](images/characters.png)
## Play it

BIN
images/backg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

View file

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View file

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View file

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View file

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 153 KiB

BIN
images/michael_wings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View file

Before

Width:  |  Height:  |  Size: 835 KiB

After

Width:  |  Height:  |  Size: 835 KiB

View file

Before

Width:  |  Height:  |  Size: 849 KiB

After

Width:  |  Height:  |  Size: 849 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 KiB

View file

@ -43,7 +43,7 @@
if(d.buttons && activeButton > d.buttons.length - 1) activeButton = d.buttons.length - 1;
break;
case "Enter":
case "Space":
case " ":
select(activeButton);
break;
}

View file

@ -1,8 +1,8 @@
export const characters = [{
name: "Michael",
art: "/sprite/fin_michael_normal.png",
art: "/sprite/michael_normal.png",
title: "the high marshal",
poses: {
wings: "/sprite/fin_michael_wings.png"
wings: "/sprite/michael_wings.png"
}
}];

View file

@ -1,6 +1,6 @@
export const dialog = [{
name: "michael_heretic",
background: "/sprite/fin_backg.png",
background: "/sprite/backg.png",
character: "Michael",
text: "How did you... You know what I don't even care. Heretic like you needs to be punished.",
buttons: [{
@ -12,14 +12,14 @@ export const dialog = [{
}]
}, {
name: "michael_success",
background: "/sprite/fin_backg.png",
background: "/sprite/backg.png",
character: "Michael",
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"
}, {
name: "michael_failure",
background: "/sprite/fin_backg.png",
background: "/sprite/backg.png",
character: "Michael",
text: "I also have something to offer: eat shit and die.",
pose: "wings",