screen size fixed
parent
835d5a4852
commit
1afa56b659
|
@ -430,7 +430,7 @@ import Layout from '../../layouts/Layout.astro';
|
|||
}else if(isTablet){
|
||||
outlineImage.setDepth(-1).setScale(0.30);
|
||||
} else if(isSmallLaptop){
|
||||
outlineImage.setDepth(-1).setScale(0.26);
|
||||
outlineImage.setDepth(-1).setScale(0.24);
|
||||
} else{
|
||||
outlineImage.setDepth(-1).setScale(0.4);
|
||||
}
|
||||
|
|
|
@ -414,9 +414,9 @@ import Layout from '../../layouts/Layout.astro';
|
|||
// this.add.text(customWidth / 30, 0, "Drawing", textStyle);
|
||||
// this.add.image(customWidth / 2 * 1.6 - 0.5, 25, 'topLogo');
|
||||
}
|
||||
const outlineImage = this.add.image(customWidth / 2, customHeight / 2, 'outline');
|
||||
const outlineImage = this.add.image(customWidth / 2, customHeight / 2 + 20, 'outline');
|
||||
if(isSmallMobile){
|
||||
outlineImage.setDepth(-1).setScale(0.23);
|
||||
outlineImage.setDepth(-1).setScale(0.26);
|
||||
}else if(isMobile){
|
||||
outlineImage.setDepth(-1).setScale(0.28 );
|
||||
}else if(isTablet){
|
||||
|
|
Loading…
Reference in New Issue