This commit is contained in:
sli97
2023-09-21 01:32:11 +08:00
commit 47104caa6e
964 changed files with 62409 additions and 0 deletions

6
i18n/en.js Normal file
View File

@@ -0,0 +1,6 @@
"use strict";
module.exports = {
open_panel: "editor",
send_to_panel: "Send message to Default Panel",
description: "Behavior Eden is an open-source Cocos Creator lightweight visual behavior tree editor",
};

6
i18n/zh.js Normal file
View File

@@ -0,0 +1,6 @@
"use strict";
module.exports = {
open_panel: "编辑器",
send_to_panel: "发送消息给面板",
description: "Behavior Eden是一款开源的Cocos Creator轻量级可视化行为树编辑器",
};