This commit is contained in:
yhh
2020-06-18 10:07:08 +08:00
parent bc995e36c2
commit 9c293979a4
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
# egret-framework # egret-framework
用于egret 包含众多高性能方法以供使用 用于egret的一套框架 包含众多游戏中可能用到的系统
> 正在施工中 试验版本 功能包含如下
## 当前版本功能 ## 当前版本功能
@@ -40,6 +38,6 @@
- [ ] 浮点助手类 - [ ] 浮点助手类
- [ ] 高性能数组 - [ ] 高性能数组
## 相关库 ## 作者其他库egret
- [x] [行为树/实用AI 系统](https://github.com/esengine/egret-BehaviourTree-ai) - [x] [行为树/实用AI 系统](https://github.com/esengine/egret-BehaviourTree-ai)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@esengine/egret-framework", "name": "@esengine/egret-framework",
"version": "1.0.0", "version": "1.0.1",
"description": "用于egret 包含众多高性能方法以供使用", "description": "用于egret 包含众多高性能方法以供使用",
"main": "index.js", "main": "index.js",
"directories": { "directories": {