fix overlap issue

master
Subhodip Ghosh 2025-05-26 15:49:43 +05:30
parent 47340b10d8
commit 2410aa5bd5
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ import Layout from '../../layouts/Layout.astro';
}
const outlineImage = this.add.image(customWidth / 2, customHeight / 2.2, 'outline');
if(isMobile){
outlineImage.setDepth(1).setScale(0.30);
outlineImage.setDepth(1).setScale(0.2);
}else if(isTab){
outlineImage.setDepth(1).setScale(0.35);
} else{