upgrading to 3.8.2

This commit is contained in:
marhone
2024-05-07 09:15:39 +08:00
parent 3ac5e106b4
commit 55fdf00f08
56 changed files with 68 additions and 59 deletions

View File

@@ -1,12 +1,18 @@
{
"splash-setting": {
"totalTime": 2000,
"url": "project://assets/Media/Images/Game/UI/Y8LogoSplash.png",
"clearColor": {},
"displayRatio": 0.5,
"watermarkLocation": "default"
"watermarkLocation": "default",
"logo": {
"type": "custom",
"image": "project://assets/Media/Images/Game/UI/Y8LogoSplash.png"
},
"background": {
"type": "color",
"color": {}
}
},
"__version__": "1.3.6",
"__version__": "1.3.7",
"textureCompressConfig": {
"genMipmaps": false
}

View File

@@ -19,5 +19,5 @@
"services": []
}
],
"__version__": "3.0.6"
"__version__": "3.0.7"
}

View File

@@ -1,5 +1,5 @@
{
"__version__": "1.0.7",
"__version__": "1.0.8",
"modules": {
"cache": {
"base": {

View File

@@ -1,3 +1,3 @@
{
"__version__": "1.0.3"
"__version__": "1.0.4"
}

View File

@@ -50,10 +50,13 @@
"fitHeight": true
}
},
"__version__": "1.0.5",
"__version__": "1.0.6",
"fbx": {
"legacyFbxImporter": {
"visible": true
}
},
"script": {
"preserveSymlinks": true
}
}