update readme
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
21
demo_fgui/.objs/workspace.json
Normal file
21
demo_fgui/.objs/workspace.json
Normal 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",
|
||||
"/组件/"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"path": "E:\\egret-framework\\demo\\resource\\fgui",
|
||||
"branchPath": "",
|
||||
"fileExtension": "fui",
|
||||
"fileExtension": "zip",
|
||||
"packageCount": 2,
|
||||
"compressDesc": true,
|
||||
"binaryFormat": true,
|
||||
|
||||
Reference in New Issue
Block a user