完善hint功能

This commit is contained in:
2025-05-16 15:52:18 +08:00
parent 67c2201eaf
commit ed7f125c43
6 changed files with 76 additions and 34 deletions

View File

@@ -11,8 +11,8 @@ export class Home extends Laya.Script {
@property(Laya.Box)
public btn_start: Laya.Box;
@property(Laya.Button)
public btn_clean: Laya.Button;
@property(Laya.Box)
public btn_clean: Laya.Box;
//组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次
onAwake(): void {