From 7301adbb438e4ed231107dd31f0b787a9eb8f071 Mon Sep 17 00:00:00 2001 From: janing Date: Sun, 14 Dec 2025 23:36:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BB=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E3=80=81=E6=9B=B4=E6=96=B0md=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/assets/scenes/main.scene | 86 ++++++++++++++++--- .../scripts/Framework/FSM/README.md.meta | 11 +++ .../Framework/Net/LoginProtocol.ts.meta | 9 ++ .../scripts/Framework/Net/README.md.meta | 11 +++ 4 files changed, 104 insertions(+), 13 deletions(-) create mode 100644 client/assets/scripts/Framework/FSM/README.md.meta create mode 100644 client/assets/scripts/Framework/Net/LoginProtocol.ts.meta create mode 100644 client/assets/scripts/Framework/Net/README.md.meta diff --git a/client/assets/scenes/main.scene b/client/assets/scenes/main.scene index e68811b..ca2c22a 100644 --- a/client/assets/scenes/main.scene +++ b/client/assets/scenes/main.scene @@ -27,12 +27,15 @@ }, { "__id__": 8 + }, + { + "__id__": 14 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 14 + "__id__": 16 }, "_lpos": { "__type__": "cc.Vec3", @@ -63,7 +66,7 @@ }, "autoReleaseAssets": false, "_globals": { - "__id__": 15 + "__id__": 17 }, "_id": "bfc16657-6cbe-4167-b6ba-2766e0864cf2" }, @@ -509,6 +512,63 @@ "_lockFlags": 0, "_id": "845MM0J/FB74UYhIeYO2+T" }, + { + "__type__": "cc.Node", + "_name": "Boot", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 15 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "2eOr9/vnZCDaQvPz75/lrU" + }, + { + "__type__": "324afRDhsdJg7cmwcpcYDWT", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 14 + }, + "_enabled": true, + "__prefab": null, + "_id": "edfnyk1dhK8ZRzXmAqhDwq" + }, { "__type__": "cc.PrefabInfo", "root": null, @@ -520,29 +580,29 @@ { "__type__": "cc.SceneGlobals", "ambient": { - "__id__": 16 - }, - "shadows": { - "__id__": 17 - }, - "_skybox": { "__id__": 18 }, - "fog": { + "shadows": { "__id__": 19 }, - "octree": { + "_skybox": { "__id__": 20 }, - "skin": { + "fog": { "__id__": 21 }, - "lightProbeInfo": { + "octree": { "__id__": 22 }, - "postSettings": { + "skin": { "__id__": 23 }, + "lightProbeInfo": { + "__id__": 24 + }, + "postSettings": { + "__id__": 25 + }, "bakedWithStationaryMainLight": false, "bakedWithHighpLightmap": false }, diff --git a/client/assets/scripts/Framework/FSM/README.md.meta b/client/assets/scripts/Framework/FSM/README.md.meta new file mode 100644 index 0000000..8e9fa8f --- /dev/null +++ b/client/assets/scripts/Framework/FSM/README.md.meta @@ -0,0 +1,11 @@ +{ + "ver": "1.0.1", + "importer": "text", + "imported": true, + "uuid": "0f4b90cd-984e-421f-ad07-97ba164f3b8d", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": {} +} diff --git a/client/assets/scripts/Framework/Net/LoginProtocol.ts.meta b/client/assets/scripts/Framework/Net/LoginProtocol.ts.meta new file mode 100644 index 0000000..fdebbf8 --- /dev/null +++ b/client/assets/scripts/Framework/Net/LoginProtocol.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.24", + "importer": "typescript", + "imported": true, + "uuid": "b5331a2b-20fa-4653-8013-deb54bad8d2e", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/client/assets/scripts/Framework/Net/README.md.meta b/client/assets/scripts/Framework/Net/README.md.meta new file mode 100644 index 0000000..3704508 --- /dev/null +++ b/client/assets/scripts/Framework/Net/README.md.meta @@ -0,0 +1,11 @@ +{ + "ver": "1.0.1", + "importer": "text", + "imported": true, + "uuid": "6eb67b95-26c3-410a-a9ee-441d4fa23371", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": {} +}