mirror of
https://gitee.com/sli97/behavior-eden-coco-plugin.git
synced 2024-12-25 19:29:08 +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",
|
|
};
|