diff --git a/public/service-worker.js b/public/service-worker.js
index 163330c..d560041 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -16,6 +16,10 @@ self.addEventListener('install', function (event) {
"/sprite/backg.webp",
"/sprite/button1.webp",
"/sprite/button2.webp",
+ "/sprite/death1.webp",
+ "/sprite/death2.webp",
+ "/sprite/death3.webp",
+ "/sprite/death4.webp",
"/sprite/michael_happy.webp",
"/sprite/michael_normal.webp",
diff --git a/public/sprite/death1.webp b/public/sprite/death1.webp
new file mode 100644
index 0000000..32081c8
Binary files /dev/null and b/public/sprite/death1.webp differ
diff --git a/public/sprite/death2.webp b/public/sprite/death2.webp
new file mode 100644
index 0000000..522b83c
Binary files /dev/null and b/public/sprite/death2.webp differ
diff --git a/public/sprite/death3.webp b/public/sprite/death3.webp
new file mode 100644
index 0000000..811aa74
Binary files /dev/null and b/public/sprite/death3.webp differ
diff --git a/public/sprite/death4.webp b/public/sprite/death4.webp
new file mode 100644
index 0000000..fc6b8d2
Binary files /dev/null and b/public/sprite/death4.webp differ
diff --git a/public/sprite/png/death1.png b/public/sprite/png/death1.png
new file mode 100644
index 0000000..14a3b8e
Binary files /dev/null and b/public/sprite/png/death1.png differ
diff --git a/public/sprite/png/death2.png b/public/sprite/png/death2.png
new file mode 100644
index 0000000..784eec9
Binary files /dev/null and b/public/sprite/png/death2.png differ
diff --git a/public/sprite/png/death3.png b/public/sprite/png/death3.png
new file mode 100644
index 0000000..cf1cc96
Binary files /dev/null and b/public/sprite/png/death3.png differ
diff --git a/public/sprite/png/death4.png b/public/sprite/png/death4.png
new file mode 100644
index 0000000..747cdb1
Binary files /dev/null and b/public/sprite/png/death4.png differ
diff --git a/src/App.svelte b/src/App.svelte
index e78098b..f64e02a 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -46,5 +46,5 @@
-
+
diff --git a/src/pages/dialog.svelte b/src/pages/dialog.svelte
index 8a91b29..af1d097 100644
--- a/src/pages/dialog.svelte
+++ b/src/pages/dialog.svelte
@@ -1,14 +1,14 @@