diff --git a/package.json b/package.json
index 7ae1fe9..1dede21 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"eslint": "^8.44.0",
"flowbite": "^1.7.0",
"flowbite-typography": "^1.0.3",
+ "phaser": "^3.60.0",
"shiki": "^0.14.3",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.2.4",
diff --git a/public/assets/svg/letterA.svg b/public/assets/svg/letterA.svg
new file mode 100644
index 0000000..0296d74
--- /dev/null
+++ b/public/assets/svg/letterA.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/pages/drawing/temp.astro b/src/pages/drawing/temp.astro
index 45321d4..55308dc 100644
--- a/src/pages/drawing/temp.astro
+++ b/src/pages/drawing/temp.astro
@@ -1,138 +1,67 @@
-
+
\ No newline at end of file
diff --git a/src/pages/drawing/temp2.astro b/src/pages/drawing/temp2.astro
new file mode 100644
index 0000000..0efe84c
--- /dev/null
+++ b/src/pages/drawing/temp2.astro
@@ -0,0 +1,85 @@
+---
+import Layout from '../../layouts/Layout.astro';
+---
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
index 232fe62..0984d26 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2758,6 +2758,11 @@ esutils@^2.0.2:
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
+eventemitter3@^5.0.0:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
+ integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
+
events@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
@@ -4669,6 +4674,13 @@ path-to-regexp@^6.2.1:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5"
integrity sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==
+phaser@^3.60.0:
+ version "3.60.0"
+ resolved "https://registry.yarnpkg.com/phaser/-/phaser-3.60.0.tgz#8a555623e64c707482e6321485b4bda84604590d"
+ integrity sha512-IKUy35EnoEVcl2EmJ8WOyK4X8OoxHYdlhZLgRGpNrvD1fEagYffhVmwHcapE/tGiLgyrnezmXIo5RrH2NcrTHw==
+ dependencies:
+ eventemitter3 "^5.0.0"
+
picocolors@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"