fix
parent
645be371b2
commit
d4a7544a6b
|
@ -416,13 +416,13 @@ import Layout from '../../layouts/Layout.astro';
|
||||||
}
|
}
|
||||||
const outlineImage = this.add.image(customWidth / 2, customHeight / 2, 'outline');
|
const outlineImage = this.add.image(customWidth / 2, customHeight / 2, 'outline');
|
||||||
if(isMobile){
|
if(isMobile){
|
||||||
outlineImage.setDepth(-1).setScale(0.28 );
|
outlineImage.setDepth(1).setScale(0.28 );
|
||||||
}else if(isTablet){
|
}else if(isTablet){
|
||||||
outlineImage.setDepth(-1).setScale(0.30);
|
outlineImage.setDepth(1).setScale(0.30);
|
||||||
} else if(isSmallLaptop){
|
} else if(isSmallLaptop){
|
||||||
outlineImage.setDepth(-1).setScale(0.23);
|
outlineImage.setDepth(1).setScale(0.23);
|
||||||
} else{
|
} else{
|
||||||
outlineImage.setDepth(-1).setScale(0.4);
|
outlineImage.setDepth(1).setScale(0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
const maskGraphics = this.make.graphics();
|
const maskGraphics = this.make.graphics();
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
Gallery Implement in all drawing games?
|
|
||||||
The new design for Buzzboard is hard to achieve so its need to develope from base lavel
|
|
Loading…
Reference in New Issue