mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 14:00:02 +00:00
update
This commit is contained in:
10
JisolGameCocos/extensions/Behavior Creator/i18n/en.js
Normal file
10
JisolGameCocos/extensions/Behavior Creator/i18n/en.js
Normal 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'
|
||||
};
|
||||
Reference in New Issue
Block a user