From 0ab0728ddfb0544d85ec7eb6e4d775d316da3e33 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Tue, 25 Aug 2020 17:42:03 +0800 Subject: [PATCH] update readme --- README.md | 4 +++ demo/resource/default.res.json | 30 +++++++++--------- demo/resource/fgui/{common.fui => common.zip} | Bin .../fgui/{loading.fui => loading.zip} | Bin demo/resource/fgui/{sc.fui => sc.zip} | Bin demo_fgui/.objs/workspace.json | 21 ++++++++++++ demo_fgui/settings/Publish.json | 2 +- 7 files changed, 41 insertions(+), 16 deletions(-) rename demo/resource/fgui/{common.fui => common.zip} (100%) rename demo/resource/fgui/{loading.fui => loading.zip} (100%) rename demo/resource/fgui/{sc.fui => sc.zip} (100%) create mode 100644 demo_fgui/.objs/workspace.json diff --git a/README.md b/README.md index 7daf2948..b2e4efd9 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/demo/resource/default.res.json b/demo/resource/default.res.json index 89a63324..e1f582e3 100644 --- a/demo/resource/default.res.json +++ b/demo/resource/default.res.json @@ -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" } ] } \ No newline at end of file diff --git a/demo/resource/fgui/common.fui b/demo/resource/fgui/common.zip similarity index 100% rename from demo/resource/fgui/common.fui rename to demo/resource/fgui/common.zip diff --git a/demo/resource/fgui/loading.fui b/demo/resource/fgui/loading.zip similarity index 100% rename from demo/resource/fgui/loading.fui rename to demo/resource/fgui/loading.zip diff --git a/demo/resource/fgui/sc.fui b/demo/resource/fgui/sc.zip similarity index 100% rename from demo/resource/fgui/sc.fui rename to demo/resource/fgui/sc.zip diff --git a/demo_fgui/.objs/workspace.json b/demo_fgui/.objs/workspace.json new file mode 100644 index 00000000..41b2051a --- /dev/null +++ b/demo_fgui/.objs/workspace.json @@ -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", + "/组件/" + ] +} \ No newline at end of file diff --git a/demo_fgui/settings/Publish.json b/demo_fgui/settings/Publish.json index a4dd9905..8a74f0a6 100644 --- a/demo_fgui/settings/Publish.json +++ b/demo_fgui/settings/Publish.json @@ -1,7 +1,7 @@ { "path": "E:\\egret-framework\\demo\\resource\\fgui", "branchPath": "", - "fileExtension": "fui", + "fileExtension": "zip", "packageCount": 2, "compressDesc": true, "binaryFormat": true,