升级cc3.8.4

This commit is contained in:
dgflash
2024-10-15 18:23:14 +08:00
parent 594938c944
commit 43f61017ea
4 changed files with 8 additions and 7 deletions

View File

@@ -265,7 +265,7 @@
"_priority": 1073741824,
"_fov": 45,
"_fovAxis": 0,
"_orthoHeight": 360,
"_orthoHeight": 362.993762993763,
"_near": 1,
"_far": 2000,
"_color": {

View File

@@ -1,7 +1,7 @@
{
"_sourceId": "c30b28da-749e-479b-bcb6-cecd8d7be9e3",
"creator": {
"version": "3.8.3"
"version": "3.8.4"
},
"dependencies": {
"crypto-es": "^1.2.7"

View File

@@ -1,5 +1,5 @@
{
"__version__": "1.0.9",
"__version__": "1.0.10",
"modules": {
"cache": {
"base": {
@@ -121,8 +121,8 @@
"procedural-animation": {
"_value": true
},
"custom-pipeline": {
"_value": false
"render-pipeline": {
"_option": "legacy-pipeline"
}
},
"flags": {},
@@ -136,6 +136,7 @@
"gfx-webgl",
"gfx-webgl2",
"intersection-2d",
"legacy-pipeline",
"marionette",
"meshopt",
"particle-2d",

View File

@@ -1,8 +1,8 @@
{
"general": {
"designResolution": {
"fitWidth": true,
"fitHeight": false,
"fitWidth": false,
"fitHeight": true,
"height": 720,
"width": 1200
}