WebP shmol

This commit is contained in:
Tobias Berger 2021-11-02 12:58:18 +01:00
parent 9951467450
commit 518997ed8b
7 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 880 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

View file

@ -17,7 +17,7 @@ export class HomeActions extends StaticClass {
static readonly actionTable = Object.seal({ static readonly actionTable = Object.seal({
catchFish: { catchFish: {
image: "catchFish.png", image: "catchFish.webp",
name: "Steal fish", name: "Steal fish",
effect: { effect: {
resource: { resource: {
@ -68,7 +68,7 @@ export class HomeActions extends StaticClass {
], ],
}, },
catchShark: { catchShark: {
image: "getShark.png", image: "getShark.webp",
name: "Kidnap shark", name: "Kidnap shark",
effect: { effect: {
resource: { resource: {
@ -78,7 +78,7 @@ export class HomeActions extends StaticClass {
outcomes: ["S h a r k", "s.h.a.r.k.", "shark", "sharg", "that was probably a shark"], outcomes: ["S h a r k", "s.h.a.r.k.", "shark", "sharg", "that was probably a shark"],
}, },
catchManta: { catchManta: {
image: "getManta.png", image: "getManta.webp",
name: "Summon ray", name: "Summon ray",
effect: { effect: {
resource: { resource: {