fix(ui/smalltip): 关闭小提示预制体的默认激活状态
将smalltip.prefab的初始激活状态从true改为false,避免场景加载时自动显示该元素
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"__id__": 2
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 22
|
||||
|
||||
Reference in New Issue
Block a user