fix overlap issue
parent
46afe928a0
commit
5bdd812ecf
|
@ -451,7 +451,7 @@ import Layout from '../../layouts/Layout.astro';
|
||||||
|
|
||||||
colorContainer.appendChild(colorEraserCont);
|
colorContainer.appendChild(colorEraserCont);
|
||||||
|
|
||||||
let colorViewButton = this.add.image(window.innerWidth / 7, window.innerHeight / 1.15, 'colorButton');
|
let colorViewButton = this.add.image(window.innerWidth / 7, window.innerHeight / 1.10, 'colorButton');
|
||||||
if(!isMobile){
|
if(!isMobile){
|
||||||
colorViewButton.setVisible(false);
|
colorViewButton.setVisible(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue