diff --git a/src/pages/drawing/index.astro b/src/pages/drawing/index.astro
index e06ac5e..14abdd6 100644
--- a/src/pages/drawing/index.astro
+++ b/src/pages/drawing/index.astro
@@ -183,9 +183,9 @@ import Layout from '../../layouts/Layout.astro';
}
const outlineImage = this.add.image(customWidth / 2, customHeight / 2, 'outline');
if(isMobile){
- outlineImage.setDepth(-1).setScale(0.33);
+ outlineImage.setDepth(1).setScale(0.33);
} else{
- outlineImage.setDepth(-1).setScale(0.65);
+ outlineImage.setDepth(1).setScale(0.65);
}
graphics = this.add.graphics();
diff --git a/src/pages/drawing/transparent.astro b/src/pages/drawing/transparent.astro
deleted file mode 100644
index 6923b1d..0000000
--- a/src/pages/drawing/transparent.astro
+++ /dev/null
@@ -1,575 +0,0 @@
----
-import Layout from '../../layouts/Layout.astro';
----
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file