mirror of
https://github.com/gongxh0901/kunpocc-behaviortree.git
synced 2025-12-26 16:48:56 +00:00
10 lines
185 B
Markdown
10 lines
185 B
Markdown
|
|
# 项目说明
|
|||
|
|
|
|||
|
|
clone项目后,到项目根目录,执行以下命令,安装项目依赖库
|
|||
|
|
```bash
|
|||
|
|
npm i
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
重新用creator打开项目
|
|||
|
|
|
|||
|
|
本项目使用的creator版本为3.8.6
|