change image jpg to png
parent
c157d908a2
commit
f5b30fa746
|
@ -183,9 +183,9 @@ 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.33);
|
outlineImage.setDepth(1).setScale(0.33);
|
||||||
} else{
|
} else{
|
||||||
outlineImage.setDepth(-1).setScale(0.65);
|
outlineImage.setDepth(1).setScale(0.65);
|
||||||
}
|
}
|
||||||
|
|
||||||
graphics = this.add.graphics();
|
graphics = this.add.graphics();
|
||||||
|
|
Loading…
Reference in New Issue