wss15 #6

Merged
suvo merged 42 commits from wss15 into master 2024-04-23 12:52:16 +00:00
Showing only changes of commit f5b30fa746 - Show all commits

View File

@@ -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();