This commit is contained in:
2022-08-25 14:27:18 +08:00
parent 4bee99bfcb
commit 6cb232192e
29 changed files with 1442 additions and 14 deletions

View File

@@ -0,0 +1,94 @@
{
"log": {
"level": 4
},
"common": {
"polyfills": {
"asyncFunctions": true
},
"outputName": "ios",
"mainBundleCompressionType": "merge_dep",
"platform": "ios",
"name": "JM_KA",
"replaceSplashScreen": true,
"debug": true
},
"BuildTaskManager": {
"taskMap": {
"1660891223884": {
"type": "build",
"id": "1660891223884",
"progress": 1,
"state": "success",
"stage": "build",
"message": "2022-8-24 16:31 Build success in 2577 ms!",
"options": {
"name": "JM_KA",
"platform": "ios",
"buildPath": "project://build",
"debug": true,
"md5Cache": false,
"skipCompressTexture": false,
"sourceMaps": false,
"polyfills": {
"asyncFunctions": false
},
"experimentalEraseModules": false,
"useBuiltinServer": false,
"mainBundleIsRemote": false,
"mainBundleCompressionType": "merge_dep",
"replaceSplashScreen": true,
"compressTexture": true,
"packAutoAtlas": true,
"startScene": "7c3e7fab-7b1e-4865-ba84-3cf81b48b9fb",
"outputName": "ios",
"scenes": [
{
"url": "db://assets/Scene/main.scene",
"uuid": "7c3e7fab-7b1e-4865-ba84-3cf81b48b9fb",
"inBundle": false
}
],
"ios": [],
"packages": {
"ios": {
"packageName": "org.jianmiau.jmka",
"renderBackEnd": {
"metal": true
},
"skipUpdateXcodeProject": false,
"orientation": {
"portrait": true,
"upsideDown": false,
"landscapeRight": true,
"landscapeLeft": true
},
"osTarget": {
"iphoneos": true,
"simulator": true
},
"targetVersion": "12.0",
"__version__": "1.0.0",
"developerTeam": "J2LN8S9CPY"
},
"cocos-service": {
"configID": "fa3507",
"services": [],
"__version__": "3.0.4"
},
"native": {
"encrypted": false,
"xxteaKey": "c5E6b9gL9OZbtTKI",
"compressZip": false,
"JobSystem": "none",
"__version__": "1.0.2"
}
},
"__version__": "1.3.3"
},
"time": "2022-8-24 16:31",
"dirty": false
}
}
}
}

View File

@@ -0,0 +1,17 @@
{
"options": {
"web-desktop": {
"configID": "fa3507",
"services": []
},
"ios": {
"configID": "fa3507",
"services": []
}
},
"builder-options": {
"configID": "fa3507",
"services": [],
"__version__": "3.0.4"
}
}

View File

@@ -0,0 +1,5 @@
{
"panel": {
"filterType": "all"
}
}

View File

@@ -0,0 +1,32 @@
{
"common": {
"outputName": "ios",
"mainBundleCompressionType": "merge_dep",
"platform": "ios",
"name": "JM_KA",
"replaceSplashScreen": true,
"debug": true
},
"options": {
"ios": {
"renderBackEnd": {
"metal": true
},
"skipUpdateXcodeProject": false,
"orientation": {
"portrait": true,
"upsideDown": false,
"landscapeRight": true,
"landscapeLeft": true
},
"osTarget": {
"iphoneos": true,
"simulator": true
},
"targetVersion": "12.0",
"__version__": "1.0.0",
"developerTeam": "J2LN8S9CPY",
"packageName": "org.jianmiau.jmka"
}
}
}

View File

@@ -0,0 +1,75 @@
{
"gizmos-infos": {
"is2D": true,
"is3DIcon": false,
"iconSize": 2,
"gridVisible": true,
"gridColor": [
150,
150,
150,
255
],
"isIconGizmo3D": false,
"iconGizmoSize": 2,
"isGridVisible": true
},
"camera": {
"fov": 45,
"far": 10000,
"near": 0.01,
"color": [
48,
48,
48,
255
],
"wheelSpeed": 0.01,
"wanderSpeed": 10,
"enableAcceleration": true,
"far2D": 10000,
"near2D": 1,
"wheelSpeed2D": 6
},
"camera-infos": {
"f46876e4-e81b-4931-b493-6d367be385e7": {
"position": {
"x": 50,
"y": 50,
"z": 50
},
"rotation": {
"x": -0.27984814233312133,
"y": 0.3647051996310009,
"z": 0.11591689595929514,
"w": 0.8804762392171493
},
"viewCenter": {
"x": 0,
"y": 0,
"z": 0
}
},
"7c3e7fab-7b1e-4865-ba84-3cf81b48b9fb": {
"position": {
"x": 2413.3048082701193,
"y": 1063.4416065602313,
"z": 5000
},
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"viewCenter": {
"x": 0,
"y": 0,
"z": 0
}
}
},
"camera-uuids": [
"7c3e7fab-7b1e-4865-ba84-3cf81b48b9fb"
]
}

View File

@@ -0,0 +1,7 @@
{
"common": {
"polyfills": {
"asyncFunctions": true
}
}
}