PC-20230316NUNE\Administrator 77d44ee300 update
2023-10-23 18:56:01 +08:00

10 lines
480 B
JavaScript

"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'
};