fix代码格式

This commit is contained in:
2025-05-29 19:15:32 +08:00
parent d5d00fa5ed
commit 6d33a9c8f1
5 changed files with 33 additions and 39 deletions

View File

@@ -29,7 +29,7 @@ export class UIManager extends Laya.Script {
onAwake(): void {
UIManager._instance = this
this.mask.on(Laya.Event.CLICK, this, ()=>{
this.mask.on(Laya.Event.CLICK, this, () => {
console.log("on click mask >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
})
this.mask.visible = false