mirror of
https://gitee.com/sli97/behavior-eden-coco-plugin.git
synced 2024-12-26 03:39:12 +00:00
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
"use strict";
|
|
module.exports = {
|
|
open_panel: "编辑器",
|
|
send_to_panel: "发送消息给面板",
|
|
description: "Behavior Eden是一款开源的Cocos Creator轻量级可视化行为树编辑器",
|
|
};
|