WebP shmol
This commit is contained in:
parent
9951467450
commit
518997ed8b
7 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
BIN
public/img/homeActions/catchFish.webp
Normal file
BIN
public/img/homeActions/catchFish.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 358 B |
Binary file not shown.
Before Width: | Height: | Size: 880 B |
BIN
public/img/homeActions/getManta.webp
Normal file
BIN
public/img/homeActions/getManta.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 360 B |
Binary file not shown.
Before Width: | Height: | Size: 786 B |
BIN
public/img/homeActions/getShark.webp
Normal file
BIN
public/img/homeActions/getShark.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 692 B |
|
@ -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: {
|
||||||
|
|
Reference in a new issue