This commit is contained in:
dgflash
2022-09-02 16:20:16 +08:00
parent 621883a48a
commit 2f73a8c9db
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
* @Author: dgflash
* @Date: 2022-09-01 18:00:28
* @LastEditors: dgflash
* @LastEditTime: 2022-09-02 15:45:34
* @LastEditTime: 2022-09-02 16:19:58
-->
#### 介绍
Oops Framework 基于 Cocos Creato 3.x 开发的一款游戏框架。
Oops Framework 基于 Cocos Creator 3.x 开发的一款游戏框架。
1. 提供游戏常用功能库,提高开发效率
2. 提供业务模块代码模板,降低程序设计难度
3. 框架内置模块低耦合,可自行删减不需要的模块,以适应不同类型的游戏

View File

@@ -14,13 +14,13 @@
* @Author: dgflash
* @Date: 2022-09-01 18:00:28
* @LastEditors: dgflash
* @LastEditTime: 2022-09-02 15:45:34
* @LastEditTime: 2022-09-02 16:19:58
-->
<a href="#介绍" id="介绍" style="color: inherit; text-decoration: none;">
<h4>介绍</h4>
</a>
<p>Oops Framework 基于 Cocos Creato 3.x 开发的一款游戏框架。</p>
<p>Oops Framework 基于 Cocos Creator 3.x 开发的一款游戏框架。</p>
<ol>
<li>提供游戏常用功能库,提高开发效率</li>
<li>提供业务模块代码模板,降低程序设计难度</li>