chore(gui): 禁用两个hero预制体节点的激活状态
将assets/resources/gui/element/heros.prefab中的两处_active属性从true改为false,关闭对应节点的默认激活状态
This commit is contained in:
@@ -4724,7 +4724,7 @@
|
|||||||
"__id__": 191
|
"__id__": 191
|
||||||
},
|
},
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": false,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 213
|
"__id__": 213
|
||||||
@@ -5544,7 +5544,7 @@
|
|||||||
"__id__": 225
|
"__id__": 225
|
||||||
},
|
},
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": false,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 247
|
"__id__": 247
|
||||||
|
|||||||
Reference in New Issue
Block a user