This commit is contained in:
PC-20230316NUNE\Administrator
2023-10-23 18:56:01 +08:00
parent ac94959a45
commit 77d44ee300
328 changed files with 16429 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
"use strict";
module.exports = {
open_panel: "Default Panel",
send_to_panel: "Send message to Default Panel",
description: "Behavior Tree Editor",
close_other_panel: "Please close the Behavior Tree you are editing before opening other Behavior Tree.",
assign_json_asset: 'The "JsonAsset" property of the "BehaviorTree" component must be specified before editing the behavior tree.',
update_tree_panel: 'Update Tree Data',
tree_data_list: 'Data List'
};

View File

@@ -0,0 +1,10 @@
"use strict";
module.exports = {
open_panel: "新手指引",
send_to_panel: "发送消息给面板",
description: "行为树编辑器",
close_other_panel: "在打开其他行为树之前,请先关闭您正在编辑的行为树。",
assign_json_asset: '在编辑行为树之前必须先指定 "BehaviorTree" 组件中 "JsonAsset" 属性使用的资源。\n可以指定一个内容为空对象 {} 的json资源。',
update_tree_panel: '数据更新',
tree_data_list: '数据列表'
};