diff --git a/public/img/homeActions/catchFish.png b/public/img/homeActions/catchFish.png deleted file mode 100644 index fd8f8b0..0000000 Binary files a/public/img/homeActions/catchFish.png and /dev/null differ diff --git a/public/img/homeActions/catchFish.webp b/public/img/homeActions/catchFish.webp new file mode 100644 index 0000000..9b42f2b Binary files /dev/null and b/public/img/homeActions/catchFish.webp differ diff --git a/public/img/homeActions/getManta.png b/public/img/homeActions/getManta.png deleted file mode 100644 index 7efa9e2..0000000 Binary files a/public/img/homeActions/getManta.png and /dev/null differ diff --git a/public/img/homeActions/getManta.webp b/public/img/homeActions/getManta.webp new file mode 100644 index 0000000..4697929 Binary files /dev/null and b/public/img/homeActions/getManta.webp differ diff --git a/public/img/homeActions/getShark.png b/public/img/homeActions/getShark.png deleted file mode 100644 index cd9068e..0000000 Binary files a/public/img/homeActions/getShark.png and /dev/null differ diff --git a/public/img/homeActions/getShark.webp b/public/img/homeActions/getShark.webp new file mode 100644 index 0000000..529b39a Binary files /dev/null and b/public/img/homeActions/getShark.webp differ diff --git a/src/shark/data/HomeActions.ts b/src/shark/data/HomeActions.ts index 4cb5015..74e4e1b 100644 --- a/src/shark/data/HomeActions.ts +++ b/src/shark/data/HomeActions.ts @@ -17,7 +17,7 @@ export class HomeActions extends StaticClass { static readonly actionTable = Object.seal({ catchFish: { - image: "catchFish.png", + image: "catchFish.webp", name: "Steal fish", effect: { resource: { @@ -68,7 +68,7 @@ export class HomeActions extends StaticClass { ], }, catchShark: { - image: "getShark.png", + image: "getShark.webp", name: "Kidnap shark", effect: { 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"], }, catchManta: { - image: "getManta.png", + image: "getManta.webp", name: "Summon ray", effect: { resource: {