mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
10 lines
512 B
JavaScript
10 lines
512 B
JavaScript
"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: '数据列表'
|
|
}; |