refactor(map): 将RPG地图预设默认激活状态改为关闭
调整了map_rpg.prefab文件中根节点的默认激活属性,从启用改为禁用,避免地图默认加载激活
This commit is contained in:
@@ -22230,7 +22230,7 @@
|
||||
"__id__": 8
|
||||
},
|
||||
"_children": [],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 960
|
||||
|
||||
Reference in New Issue
Block a user