模块拆分

This commit is contained in:
gongxh
2025-06-04 22:19:20 +08:00
parent 4ccd8bde50
commit c25c1554f3
42 changed files with 48 additions and 5188 deletions

View File

@@ -21,4 +21,20 @@
## 1.0.35
- 修复未配置GameEntiry中的ecConfig时报错的问题
## 1.0.38
- 修复适配器设计尺寸设置错误的问题
- 修复适配器设计尺寸设置错误的问题
## 1.1.0 模块拆分
- 拆分资源管理模块,使用 `npm install kunpocc-assets` 安装
* 仓库地址: https://github.com/Gongxh0901/kunpocc-assets
- 拆分ec模块使用 `npm install kunpocc-ec` 安装
* 仓库地址: https://github.com/Gongxh0901/kunpo-ec
- 拆分ecs模块使用 `npm install kunpocc-ecs` 安装
* 仓库地址: https://github.com/Gongxh0901/kunpo-esc
- 拆分四叉树模块,使用 `npm install kunpocc-quadtree` 安装
* 仓库地址: https://github.com/Gongxh0901/kunpo-quadtree
- 拆分行为树模块,使用 `npm install kunpocc-behaviortree` 安装
* 仓库地址: https://github.com/Gongxh0901/kunpocc-behaviortree