mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-08 03:16:49 +08:00
更新文档
This commit is contained in:
11
README.md
11
README.md
@@ -2,16 +2,16 @@
|
||||
* @Author: dgflash
|
||||
* @Date: 2022-09-01 18:00:28
|
||||
* @LastEditors: dgflash
|
||||
* @LastEditTime: 2022-09-02 15:23:20
|
||||
* @LastEditTime: 2022-09-02 15:45:34
|
||||
-->
|
||||
#### 介绍
|
||||
Oops Framework 基于 Cocos Creato 3.x 开发的一款游戏框架。
|
||||
1. 提供游戏常用功能库,提高开发效率
|
||||
2. 提供业务模块代码模板,降低程序设计难度
|
||||
3. 框架内置模块低耦合,可自行删减不需要的模块,适应不同类型的游
|
||||
3. 框架内置模块低耦合,可自行删减不需要的模块,以适应不同类型的游戏
|
||||
4. 框架提供游戏常用插件工具
|
||||
- 热更新配置生成插件
|
||||
- 策划Excel配置表生成Json格式与配套ts代码插件
|
||||
- 热更新配置生成插件([传送门](https://gitee.com/dgflash/oops-plugin-hot-update))
|
||||
- 策划Excel配置表生成Json格式与配套ts代码插件([传送门](https://gitee.com/dgflash/oops-plugin-excel-to-json))
|
||||
|
||||
#### 技术文档
|
||||
- [oops-framework](https://dgflash.gitee.io/oops-plugin-framework/)
|
||||
@@ -92,7 +92,6 @@ module - 游戏通用模块
|
||||
common - 公共模块
|
||||
config - 配置模块
|
||||
```
|
||||
|
||||
|
||||
#### 学习交流 QQ 群:798575969
|
||||
|
||||

|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: dgflash
|
||||
* @Date: 2022-02-11 09:32:47
|
||||
* @LastEditors: dgflash
|
||||
* @LastEditTime: 2022-09-02 11:08:12
|
||||
* @LastEditTime: 2022-09-02 15:29:45
|
||||
*/
|
||||
import { ECSRootSystem } from "../libs/ecs/ECSSystem";
|
||||
import { LanguageManager } from "../libs/gui/language/Language";
|
||||
@@ -16,10 +16,10 @@ import { StorageManager } from "./common/storage/StorageManager";
|
||||
import { GameManager } from "./game/GameManager";
|
||||
import { LayerManager } from "./gui/layer/LayerManager";
|
||||
|
||||
/** 框架版本 */
|
||||
export var version: string = "1.1.0";
|
||||
/** 框架版本号 */
|
||||
export var version: string = "1.1.2";
|
||||
|
||||
/** OopsFramework */
|
||||
/** 框架核心模块访问入口 */
|
||||
export class oops {
|
||||
/** ----------核心模块---------- */
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<li><a href="oops.html">oops</a></li></ul>
|
||||
<h1>Class oops</h1></div>
|
||||
<section class="tsd-panel tsd-comment">
|
||||
<div class="tsd-comment tsd-typography"><p>OopsFramework</p>
|
||||
<div class="tsd-comment tsd-typography"><p>框架核心模块访问入口</p>
|
||||
</div></section>
|
||||
<section class="tsd-panel tsd-hierarchy">
|
||||
<h4>Hierarchy</h4>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -13,8 +13,8 @@
|
||||
<li><a href="../modules.html">oops-framework</a></li>
|
||||
<li><a href="version.html">version</a></li></ul>
|
||||
<h1>Variable version</h1></div>
|
||||
<div class="tsd-signature">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = "1.1.0"</span></div>
|
||||
<div class="tsd-comment tsd-typography"><p>框架版本</p>
|
||||
<div class="tsd-signature">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = "1.1.2"</span></div>
|
||||
<div class="tsd-comment tsd-typography"><p>框架版本号</p>
|
||||
</div><aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in assets/core/Oops.ts:20</li></ul></aside></div>
|
||||
|
||||
Reference in New Issue
Block a user