diff --git a/public/saveGameAI.js b/public/saveGameAI.js
index 067dead..4afbec6 100644
--- a/public/saveGameAI.js
+++ b/public/saveGameAI.js
@@ -343,4 +343,9 @@ function submitUserData(drawingZone) {
.catch(error => {
console.error('An error occurred', error);
});
- }
\ No newline at end of file
+ }
+
+
+
+
+
diff --git a/src/pages/drawing/game_drawing_jpg.astro b/src/pages/drawing/game_drawing_jpg.astro
index d0c08bd..1c90f3e 100644
--- a/src/pages/drawing/game_drawing_jpg.astro
+++ b/src/pages/drawing/game_drawing_jpg.astro
@@ -408,11 +408,11 @@ import Layout from '../../layouts/Layout.astro';
// this.add.image(customWidth / 2 * 1.6 - 0.5, 25, 'topLogo');
// }
if(isMobile){
- outlineImage.setDepth(-1).setScale(0.5);
+ outlineImage.setDepth(-1).setScale(0.28);
}else if(isTab){
- outlineImage.setDepth(-1).setScale(0.90);
+ outlineImage.setDepth(-1).setScale(0.26);
} else{
- outlineImage.setDepth(-1).setScale(1);
+ outlineImage.setDepth(-1).setScale(0.4);
}
const maskGraphics = this.make.graphics();
diff --git a/src/pages/test.astro b/src/pages/test.astro
index e69de29..8277fdb 100644
--- a/src/pages/test.astro
+++ b/src/pages/test.astro
@@ -0,0 +1,18 @@
+---
+import Layout from "../layouts/Layout.astro"
+---
+
+
+
+
+
+
\ No newline at end of file