mirror of
https://gitee.com/sli97/behavior-eden-coco-plugin.git
synced 2025-10-09 00:26:14 +00:00
init
This commit is contained in:
6
i18n/en.js
Normal file
6
i18n/en.js
Normal 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
6
i18n/zh.js
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
module.exports = {
|
||||
open_panel: "编辑器",
|
||||
send_to_panel: "发送消息给面板",
|
||||
description: "Behavior Eden是一款开源的Cocos Creator轻量级可视化行为树编辑器",
|
||||
};
|
Reference in New Issue
Block a user