Commit a5d03fed authored by haiyoucuv's avatar haiyoucuv

init

parent 474fff89
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"_active": true, "_active": true,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 8 "__id__": 9
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
}, },
"autoReleaseAssets": false, "autoReleaseAssets": false,
"_globals": { "_globals": {
"__id__": 9 "__id__": 10
}, },
"_id": "53947ca7-3484-4b53-800d-509405063d68" "_id": "53947ca7-3484-4b53-800d-509405063d68"
}, },
...@@ -81,6 +81,9 @@ ...@@ -81,6 +81,9 @@
}, },
{ {
"__id__": 7 "__id__": 7
},
{
"__id__": 8
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -272,6 +275,19 @@ ...@@ -272,6 +275,19 @@
"_lockFlags": 0, "_lockFlags": 0,
"_id": "4b4n24QAlBAJTbqsXR4lUh" "_id": "4b4n24QAlBAJTbqsXR4lUh"
}, },
{
"__type__": "701bew69aZIS5LPXLZ6/4lh",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": null,
"uiLayer": null,
"_id": "82BvT1r7xD+JbBxZ+0VBoD"
},
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": null, "root": null,
...@@ -283,28 +299,28 @@ ...@@ -283,28 +299,28 @@
{ {
"__type__": "cc.SceneGlobals", "__type__": "cc.SceneGlobals",
"ambient": { "ambient": {
"__id__": 10 "__id__": 11
}, },
"shadows": { "shadows": {
"__id__": 11 "__id__": 12
}, },
"_skybox": { "_skybox": {
"__id__": 12 "__id__": 13
}, },
"fog": { "fog": {
"__id__": 13 "__id__": 14
}, },
"octree": { "octree": {
"__id__": 14 "__id__": 15
}, },
"skin": { "skin": {
"__id__": 15 "__id__": 16
}, },
"lightProbeInfo": { "lightProbeInfo": {
"__id__": 16 "__id__": 17
}, },
"postSettings": { "postSettings": {
"__id__": 17 "__id__": 18
}, },
"bakedWithStationaryMainLight": false, "bakedWithStationaryMainLight": false,
"bakedWithHighpLightmap": false "bakedWithHighpLightmap": false
......
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
"_value": true "_value": true
}, },
"3d": { "3d": {
"_value": true "_value": false
}, },
"meshopt": { "meshopt": {
"_value": true "_value": false
}, },
"2d": { "2d": {
"_value": true "_value": true
...@@ -36,10 +36,10 @@ ...@@ -36,10 +36,10 @@
"_value": true "_value": true
}, },
"particle": { "particle": {
"_value": true "_value": false
}, },
"physics": { "physics": {
"_value": true, "_value": false,
"_option": "physics-physx" "_option": "physics-physx"
}, },
"physics-ammo": { "physics-ammo": {
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
"_value": false "_value": false
}, },
"physics-2d": { "physics-2d": {
"_value": false, "_value": true,
"_option": "physics-2d-box2d" "_option": "physics-2d-builtin"
}, },
"physics-2d-box2d": { "physics-2d-box2d": {
"_value": "physics-2d-box2d" "_value": "physics-2d-box2d"
...@@ -65,19 +65,19 @@ ...@@ -65,19 +65,19 @@
"_value": "physics-2d-builtin" "_value": "physics-2d-builtin"
}, },
"intersection-2d": { "intersection-2d": {
"_value": false "_value": true
}, },
"primitive": { "primitive": {
"_value": true "_value": false
}, },
"profiler": { "profiler": {
"_value": true "_value": true
}, },
"occlusion-query": { "occlusion-query": {
"_value": true "_value": false
}, },
"geometry-renderer": { "geometry-renderer": {
"_value": true "_value": false
}, },
"debug-renderer": { "debug-renderer": {
"_value": false "_value": false
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
"_value": false "_value": false
}, },
"render-pipeline": { "render-pipeline": {
"_value": true,
"_option": "custom-pipeline" "_option": "custom-pipeline"
}, },
"custom-pipeline": { "custom-pipeline": {
...@@ -143,20 +144,15 @@ ...@@ -143,20 +144,15 @@
"flags": {}, "flags": {},
"includeModules": [ "includeModules": [
"2d", "2d",
"3d",
"animation", "animation",
"audio", "audio",
"base", "base",
"custom-pipeline", "custom-pipeline",
"geometry-renderer",
"gfx-webgl", "gfx-webgl",
"gfx-webgl2", "gfx-webgl2",
"intersection-2d",
"marionette", "marionette",
"meshopt", "physics-2d-builtin",
"occlusion-query",
"particle",
"physics-physx",
"primitive",
"procedural-animation", "procedural-animation",
"profiler", "profiler",
"skeletal-animation", "skeletal-animation",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment