pull/2/head
parent
87df948866
commit
23ae5f9e9e
|
@ -183,9 +183,9 @@ import Layout from '../../layouts/Layout.astro';
|
|||
}
|
||||
const outlineImage = this.add.image(customWidth / 2, customHeight / 2, 'outline');
|
||||
if(isMobile){
|
||||
outlineImage.setDepth(-1).setScale(0.33);
|
||||
outlineImage.setDepth(1).setScale(0.33);
|
||||
} else{
|
||||
outlineImage.setDepth(-1).setScale(0.65);
|
||||
outlineImage.setDepth(1).setScale(0.65);
|
||||
}
|
||||
|
||||
graphics = this.add.graphics();
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue