diff --git a/public/assets/audio/down-hook.mp3 b/public/assets/audio/down-hook.mp3
new file mode 100755
index 0000000..954a7a0
Binary files /dev/null and b/public/assets/audio/down-hook.mp3 differ
diff --git a/public/assets/audio/hook-arround-close.mp3 b/public/assets/audio/hook-around-close.mp3
similarity index 100%
rename from public/assets/audio/hook-arround-close.mp3
rename to public/assets/audio/hook-around-close.mp3
diff --git a/src/pages/capital-letter/O.astro b/src/pages/capital-letter/O.astro
index e8316db..72af4de 100644
--- a/src/pages/capital-letter/O.astro
+++ b/src/pages/capital-letter/O.astro
@@ -81,7 +81,7 @@ import Layout from "../../layouts/Layout.astro";
this.load.video('animatedO', '/assets/animated-letter/capital_o.mp4');
this.load.svg('letterO', '/assets/capital-letter/o.svg');
this.load.svg('layer1', '/assets/capital-letter/o.svg');
- this.load.audio('audioOne', '/assets/audio/hook-arround-close.mp3');
+ this.load.audio('audioOne', '/assets/audio/hook-around-close.mp3');
this.load.image('topLogo', '/assets/top_logo.png');
this.load.svg('succesImage', '/assets/svg/tick.svg');
this.load.svg('hintImage', '/assets/svg/hint.svg');
@@ -246,7 +246,7 @@ import Layout from "../../layouts/Layout.astro";
firstLayer.on('drag', (pointer) => {
const distance = Phaser.Math.Distance.Between(firstDragStartPoint.x, firstDragStartPoint.y, pointer.x, pointer.y);
- if (distance >= 50) {
+ if (distance >= 0) {
firstTextLayer.setVisible(false);
firstLayer.setAlpha(1);
diff --git a/src/pages/small-letter/n.astro b/src/pages/small-letter/n.astro
new file mode 100644
index 0000000..4885623
--- /dev/null
+++ b/src/pages/small-letter/n.astro
@@ -0,0 +1,320 @@
+---
+import Layout from "../../layouts/Layout.astro";
+---
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/small-letter/o.astro b/src/pages/small-letter/o.astro
new file mode 100644
index 0000000..fb16e65
--- /dev/null
+++ b/src/pages/small-letter/o.astro
@@ -0,0 +1,286 @@
+---
+import Layout from "../../layouts/Layout.astro";
+---
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/small-letter/p.astro b/src/pages/small-letter/p.astro
new file mode 100644
index 0000000..07b7dc1
--- /dev/null
+++ b/src/pages/small-letter/p.astro
@@ -0,0 +1,320 @@
+---
+import Layout from "../../layouts/Layout.astro";
+---
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/small-letter/q.astro b/src/pages/small-letter/q.astro
new file mode 100644
index 0000000..61a2277
--- /dev/null
+++ b/src/pages/small-letter/q.astro
@@ -0,0 +1,320 @@
+---
+import Layout from "../../layouts/Layout.astro";
+---
+
+
+
+
+
+
+
+
\ No newline at end of file