mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-09-24 14:06:51 +00:00
Update to Cocos 3.8.3
This commit is contained in:
@@ -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.8",
|
||||
"textureCompressConfig": {
|
||||
"genMipmaps": false
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"__version__": "1.0.7",
|
||||
"__version__": "1.0.9",
|
||||
"modules": {
|
||||
"cache": {
|
||||
"base": {
|
||||
@@ -111,6 +111,9 @@
|
||||
},
|
||||
"custom-pipeline": {
|
||||
"_value": false
|
||||
},
|
||||
"graphics": {
|
||||
"_value": true
|
||||
}
|
||||
},
|
||||
"includeModules": [
|
||||
@@ -124,6 +127,7 @@
|
||||
"intersection-2d",
|
||||
"light-probe",
|
||||
"marionette",
|
||||
"meshopt",
|
||||
"particle-2d",
|
||||
"physics-2d-builtin",
|
||||
"profiler",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"__version__": "1.0.0",
|
||||
"__version__": "1.0.1",
|
||||
"information": {
|
||||
"customSplash": {
|
||||
"id": "customSplash",
|
||||
|
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"__version__": "1.0.3"
|
||||
"__version__": "1.0.4"
|
||||
}
|
||||
|
@@ -50,10 +50,13 @@
|
||||
"fitHeight": true
|
||||
}
|
||||
},
|
||||
"__version__": "1.0.5",
|
||||
"__version__": "1.0.6",
|
||||
"fbx": {
|
||||
"legacyFbxImporter": {
|
||||
"visible": true
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
"preserveSymlinks": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user