update readme

This commit is contained in:
yhh
2020-08-25 17:42:03 +08:00
parent 46a8de39e3
commit 0ab0728ddf
7 changed files with 41 additions and 16 deletions

View File

@@ -5,6 +5,10 @@ Cegret-framework
这是一套用于egret的游戏框架里面包含ECS框架用于管理场景实体一些常用2D碰撞检测及A*寻路。如果您还需要包含其他的AI系统可以查看作者其他库行为树、简易FSM、实用AI
## 在线框架演示
[非完整游戏演示](http://www.hyuan.org/samples)
## 入门教程
[Getting Start](https://github.com/esengine/egret-framework/wiki/Getting-Start)

View File

@@ -22,11 +22,6 @@
}
],
"resources": [
{
"url": "fgui/loading.fui",
"type": "bin",
"name": "loading"
},
{
"url": "preload/bg.png",
"type": "image",
@@ -57,16 +52,6 @@
"type": "image",
"name": "orangeNorm_png"
},
{
"url": "fgui/sc.fui",
"type": "bin",
"name": "sc"
},
{
"url": "fgui/common.fui",
"type": "bin",
"name": "common"
},
{
"url": "preload/orthogonal-outside.json",
"type": "json",
@@ -101,6 +86,21 @@
"url": "characters/6.png",
"type": "image",
"name": "6_png"
},
{
"url": "fgui/common.zip",
"type": "bin",
"name": "common"
},
{
"url": "fgui/sc.zip",
"type": "bin",
"name": "sc"
},
{
"url": "fgui/loading.zip",
"type": "bin",
"name": "loading"
}
]
}

View File

@@ -0,0 +1,21 @@
{
"doc.openedDocs": [
"ui://m4sln17ak7mf0",
"ui://m4sln17ajde15"
],
"libview.firstColumnWidth": 328,
"auxline1": true,
"libview.iconScale": 0,
"backgroundColor": 6710886,
"doc.activeDoc": "ui://m4sln17ak7mf0",
"libview.currentGroup": "",
"canvasColor": 10066329,
"auxline2": true,
"libview.twoColumn": false,
"libview.expandedNodes": [
"m4sln17a",
"/",
"m4sln17a",
"/组件/"
]
}

View File

@@ -1,7 +1,7 @@
{
"path": "E:\\egret-framework\\demo\\resource\\fgui",
"branchPath": "",
"fileExtension": "fui",
"fileExtension": "zip",
"packageCount": 2,
"compressDesc": true,
"binaryFormat": true,