fix(heros prefab): 修复BG_node未正确关联的问题
将heros.prefab中的BG_node从null改为关联到正确的id 22,补全预制体节点引用
This commit is contained in:
@@ -7323,7 +7323,9 @@
|
|||||||
"cd_node": {
|
"cd_node": {
|
||||||
"__id__": 186
|
"__id__": 186
|
||||||
},
|
},
|
||||||
"BG_node": null,
|
"BG_node": {
|
||||||
|
"__id__": 22
|
||||||
|
},
|
||||||
"info_node": {
|
"info_node": {
|
||||||
"__id__": 298
|
"__id__": 298
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user