Commit a5d03fed authored by haiyoucuv's avatar haiyoucuv

init

parent 474fff89
......@@ -23,7 +23,7 @@
"_active": true,
"_components": [],
"_prefab": {
"__id__": 8
"__id__": 9
},
"_lpos": {
"__type__": "cc.Vec3",
......@@ -54,7 +54,7 @@
},
"autoReleaseAssets": false,
"_globals": {
"__id__": 9
"__id__": 10
},
"_id": "53947ca7-3484-4b53-800d-509405063d68"
},
......@@ -81,6 +81,9 @@
},
{
"__id__": 7
},
{
"__id__": 8
}
],
"_prefab": null,
......@@ -272,6 +275,19 @@
"_lockFlags": 0,
"_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",
"root": null,
......@@ -283,28 +299,28 @@
{
"__type__": "cc.SceneGlobals",
"ambient": {
"__id__": 10
"__id__": 11
},
"shadows": {
"__id__": 11
"__id__": 12
},
"_skybox": {
"__id__": 12
"__id__": 13
},
"fog": {
"__id__": 13
"__id__": 14
},
"octree": {
"__id__": 14
"__id__": 15
},
"skin": {
"__id__": 15
"__id__": 16
},
"lightProbeInfo": {
"__id__": 16
"__id__": 17
},
"postSettings": {
"__id__": 17
"__id__": 18
},
"bakedWithStationaryMainLight": false,
"bakedWithHighpLightmap": false
......
......@@ -21,10 +21,10 @@
"_value": true
},
"3d": {
"_value": true
"_value": false
},
"meshopt": {
"_value": true
"_value": false
},
"2d": {
"_value": true
......@@ -36,10 +36,10 @@
"_value": true
},
"particle": {
"_value": true
"_value": false
},
"physics": {
"_value": true,
"_value": false,
"_option": "physics-physx"
},
"physics-ammo": {
......@@ -55,8 +55,8 @@
"_value": false
},
"physics-2d": {
"_value": false,
"_option": "physics-2d-box2d"
"_value": true,
"_option": "physics-2d-builtin"
},
"physics-2d-box2d": {
"_value": "physics-2d-box2d"
......@@ -65,19 +65,19 @@
"_value": "physics-2d-builtin"
},
"intersection-2d": {
"_value": false
"_value": true
},
"primitive": {
"_value": true
"_value": false
},
"profiler": {
"_value": true
},
"occlusion-query": {
"_value": true
"_value": false
},
"geometry-renderer": {
"_value": true
"_value": false
},
"debug-renderer": {
"_value": false
......@@ -128,6 +128,7 @@
"_value": false
},
"render-pipeline": {
"_value": true,
"_option": "custom-pipeline"
},
"custom-pipeline": {
......@@ -143,20 +144,15 @@
"flags": {},
"includeModules": [
"2d",
"3d",
"animation",
"audio",
"base",
"custom-pipeline",
"geometry-renderer",
"gfx-webgl",
"gfx-webgl2",
"intersection-2d",
"marionette",
"meshopt",
"occlusion-query",
"particle",
"physics-physx",
"primitive",
"physics-2d-builtin",
"procedural-animation",
"profiler",
"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