Bumped to 3.7.0

This commit is contained in:
Martin
2023-01-29 12:11:50 +01:00
parent aa4cce9bf8
commit 474efe787e
57 changed files with 75 additions and 61 deletions

View File

@@ -1,14 +1,13 @@
{
"splash-setting": {
"totalTime": 2000,
"displayWatermark": false,
"url": "project://assets/Media/Images/Game/UI/Y8LogoSplash.png",
"clearColor": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"displayRatio": 0.1
"clearColor": {},
"displayRatio": 0.5,
"watermarkLocation": "default"
},
"__version__": "1.3.4",
"textureCompressConfig": {
"genMipmaps": false
}
}

View File

@@ -18,5 +18,6 @@
"config_remarks": "",
"services": []
}
]
],
"__version__": "3.0.5"
}

View File

@@ -0,0 +1,3 @@
{
"__version__": "1.0.1"
}

View File

@@ -122,6 +122,7 @@
"gfx-webgl",
"gfx-webgl2",
"intersection-2d",
"light-probe",
"marionette",
"particle-2d",
"physics-2d-builtin",
@@ -132,6 +133,7 @@
"tween",
"ui",
"video",
"websocket",
"webview",
"xr"
],

View File

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

View File

@@ -49,5 +49,11 @@
"height": 680,
"fitHeight": true
}
},
"__version__": "1.0.4",
"fbx": {
"legacyFbxImporter": {
"visible": true
}
}
}