mirror of
https://gitee.com/sli97/behavior-eden-coco-plugin.git
synced 2024-12-26 11:49:07 +00:00
7 lines
214 B
JavaScript
7 lines
214 B
JavaScript
|
"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",
|
||
|
};
|