diff --git a/src/App/Plant/Microwave/Microwave.tsx b/src/App/Plant/Microwave/Microwave.tsx index 99615d0..e094ded 100644 --- a/src/App/Plant/Microwave/Microwave.tsx +++ b/src/App/Plant/Microwave/Microwave.tsx @@ -1,8 +1,8 @@ import { preload } from "react-dom"; -import imgSmallClosedOff from "./small_closed_off.png"; -import imgSmallClosedOn from "./small_closed_on.png"; -import imgSmallOpenedOff from "./small_opened_off.png"; -import imgSmallOpenedOn from "./small_opened_on.png"; +import imgSmallClosedOff from "./small_closed_off.webp"; +import imgSmallClosedOn from "./small_closed_on.webp"; +import imgSmallOpenedOff from "./small_opened_off.webp"; +import imgSmallOpenedOn from "./small_opened_on.webp"; import fontDigital from "../DigitalWatch/digital-font.ttf"; diff --git a/src/App/Plant/Microwave/model.ts b/src/App/Plant/Microwave/model.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/App/Plant/Microwave/small_closed_off.png b/src/App/Plant/Microwave/originals/small_closed_off.png similarity index 100% rename from src/App/Plant/Microwave/small_closed_off.png rename to src/App/Plant/Microwave/originals/small_closed_off.png diff --git a/src/App/Plant/Microwave/small_closed_on.png b/src/App/Plant/Microwave/originals/small_closed_on.png similarity index 100% rename from src/App/Plant/Microwave/small_closed_on.png rename to src/App/Plant/Microwave/originals/small_closed_on.png diff --git a/src/App/Plant/Microwave/small_opened_off.png b/src/App/Plant/Microwave/originals/small_opened_off.png similarity index 100% rename from src/App/Plant/Microwave/small_opened_off.png rename to src/App/Plant/Microwave/originals/small_opened_off.png diff --git a/src/App/Plant/Microwave/small_opened_on.png b/src/App/Plant/Microwave/originals/small_opened_on.png similarity index 100% rename from src/App/Plant/Microwave/small_opened_on.png rename to src/App/Plant/Microwave/originals/small_opened_on.png diff --git a/src/App/Plant/Microwave/small_closed_off.webp b/src/App/Plant/Microwave/small_closed_off.webp new file mode 100644 index 0000000..00fa078 Binary files /dev/null and b/src/App/Plant/Microwave/small_closed_off.webp differ diff --git a/src/App/Plant/Microwave/small_closed_on.webp b/src/App/Plant/Microwave/small_closed_on.webp new file mode 100644 index 0000000..79051cf Binary files /dev/null and b/src/App/Plant/Microwave/small_closed_on.webp differ diff --git a/src/App/Plant/Microwave/small_opened_off.webp b/src/App/Plant/Microwave/small_opened_off.webp new file mode 100644 index 0000000..1ac707a Binary files /dev/null and b/src/App/Plant/Microwave/small_opened_off.webp differ diff --git a/src/App/Plant/Microwave/small_opened_on.webp b/src/App/Plant/Microwave/small_opened_on.webp new file mode 100644 index 0000000..13027f4 Binary files /dev/null and b/src/App/Plant/Microwave/small_opened_on.webp differ