mirror of
https://github.com/blanking003/cx-cocos.git
synced 2025-10-30 10:55:29 +00:00
init
This commit is contained in:
30
cx3-demo/profiles/v2/packages/android.json
Normal file
30
cx3-demo/profiles/v2/packages/android.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"options": {
|
||||
"android": {
|
||||
"packageName": "com.cocos.android",
|
||||
"apiLevel": "android-26",
|
||||
"appABIs": [
|
||||
"armeabi-v7a"
|
||||
],
|
||||
"useDebugKeystore": true,
|
||||
"keystorePath": "",
|
||||
"keystorePassword": "",
|
||||
"keystoreAlias": "",
|
||||
"keystoreAliasPassword": "",
|
||||
"appBundle": false,
|
||||
"androidInstant": false,
|
||||
"remoteUrl": "",
|
||||
"orientation": {
|
||||
"portrait": true,
|
||||
"upsideDown": false,
|
||||
"landscapeRight": false,
|
||||
"landscapeLeft": false
|
||||
},
|
||||
"renderBackEnd": {
|
||||
"vulkan": false,
|
||||
"gles3": true,
|
||||
"gles2": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
74
cx3-demo/profiles/v2/packages/builder.json
Normal file
74
cx3-demo/profiles/v2/packages/builder.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"__version__": "1.2.8",
|
||||
"common": {
|
||||
"outputName": "android",
|
||||
"mainBundleCompressionType": "merge_dep",
|
||||
"platform": "android",
|
||||
"buildPath": "project://native",
|
||||
"replaceSplashScreen": true,
|
||||
"debug": true
|
||||
},
|
||||
"BuildTaskManager": {
|
||||
"taskMap": {
|
||||
"1622797274066": {
|
||||
"id": "1622797274066",
|
||||
"progress": 1,
|
||||
"state": "success",
|
||||
"message": "2021-6-7 12:08 Build success in 20653 ms!",
|
||||
"options": {
|
||||
"packages": {
|
||||
"ios": {
|
||||
"packageName": "com.cocos.cx3-demo",
|
||||
"orientation": {
|
||||
"landscapeRight": false,
|
||||
"landscapeLeft": false,
|
||||
"portrait": true
|
||||
},
|
||||
"renderBackEnd": {
|
||||
"metal": true,
|
||||
"gles3": false
|
||||
}
|
||||
},
|
||||
"native": {
|
||||
"polyfills": {
|
||||
"asyncFunctions": false
|
||||
},
|
||||
"encrypted": false,
|
||||
"xxteaKey": "daQAcUmotNh4cSQ3",
|
||||
"compressZip": false,
|
||||
"makeAfterBuild": false
|
||||
},
|
||||
"cocos-service": {
|
||||
"configID": "389e04",
|
||||
"services": []
|
||||
}
|
||||
},
|
||||
"name": "cx3-demo",
|
||||
"platform": "ios",
|
||||
"buildPath": "project://native",
|
||||
"debug": true,
|
||||
"md5Cache": false,
|
||||
"sourceMaps": false,
|
||||
"replaceSplashScreen": true,
|
||||
"mainBundleCompressionType": "merge_dep",
|
||||
"mainBundleIsRemote": false,
|
||||
"mergeStartScene": false,
|
||||
"experimentalEraseModules": false,
|
||||
"compressTexture": true,
|
||||
"packAutoAtlas": true,
|
||||
"startScene": "272a8bdc-517b-4554-ba44-1c6f7f3e8456",
|
||||
"scenes": [
|
||||
{
|
||||
"url": "db://assets/scene/mainScene.scene",
|
||||
"uuid": "272a8bdc-517b-4554-ba44-1c6f7f3e8456",
|
||||
"inBundle": false
|
||||
}
|
||||
],
|
||||
"outputName": "ios"
|
||||
},
|
||||
"time": "2021-6-7 12:08",
|
||||
"dirty": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
24
cx3-demo/profiles/v2/packages/cocos-service.json
Normal file
24
cx3-demo/profiles/v2/packages/cocos-service.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"options": {
|
||||
"web-desktop": {
|
||||
"configID": "389e04",
|
||||
"services": []
|
||||
},
|
||||
"ios": {
|
||||
"configID": "389e04",
|
||||
"services": []
|
||||
},
|
||||
"mac": {
|
||||
"configID": "389e04",
|
||||
"services": []
|
||||
},
|
||||
"android": {
|
||||
"configID": "389e04",
|
||||
"services": []
|
||||
}
|
||||
},
|
||||
"builder-options": {
|
||||
"configID": "389e04",
|
||||
"services": []
|
||||
}
|
||||
}
|
||||
3
cx3-demo/profiles/v2/packages/device.json
Normal file
3
cx3-demo/profiles/v2/packages/device.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"__version__": "1.0.1"
|
||||
}
|
||||
3
cx3-demo/profiles/v2/packages/engine.json
Normal file
3
cx3-demo/profiles/v2/packages/engine.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"__version__": "1.0.5"
|
||||
}
|
||||
11
cx3-demo/profiles/v2/packages/ios.json
Normal file
11
cx3-demo/profiles/v2/packages/ios.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"options": {
|
||||
"ios": {
|
||||
"orientation": {
|
||||
"portrait": true,
|
||||
"landscapeLeft": false,
|
||||
"landscapeRight": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
31
cx3-demo/profiles/v2/packages/native.json
Normal file
31
cx3-demo/profiles/v2/packages/native.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"options": {
|
||||
"ios": {
|
||||
"polyfills": {
|
||||
"asyncFunctions": false
|
||||
},
|
||||
"encrypted": false,
|
||||
"xxteaKey": "daQAcUmotNh4cSQ3",
|
||||
"compressZip": false,
|
||||
"makeAfterBuild": false
|
||||
},
|
||||
"mac": {
|
||||
"polyfills": {
|
||||
"asyncFunctions": false
|
||||
},
|
||||
"encrypted": false,
|
||||
"xxteaKey": "daQAcUmotNh4cSQ3",
|
||||
"compressZip": false,
|
||||
"makeAfterBuild": false
|
||||
},
|
||||
"android": {
|
||||
"polyfills": {
|
||||
"asyncFunctions": true
|
||||
},
|
||||
"encrypted": false,
|
||||
"xxteaKey": "daQAcUmotNh4cSQ3",
|
||||
"compressZip": false,
|
||||
"makeAfterBuild": false
|
||||
}
|
||||
}
|
||||
}
|
||||
6
cx3-demo/profiles/v2/packages/preview.json
Normal file
6
cx3-demo/profiles/v2/packages/preview.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"__version__": "1.0.1",
|
||||
"general": {
|
||||
"start_scene": "272a8bdc-517b-4554-ba44-1c6f7f3e8456"
|
||||
}
|
||||
}
|
||||
3
cx3-demo/profiles/v2/packages/program.json
Normal file
3
cx3-demo/profiles/v2/packages/program.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"__version__": "1.0.0"
|
||||
}
|
||||
40
cx3-demo/profiles/v2/packages/scene.json
Normal file
40
cx3-demo/profiles/v2/packages/scene.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"gizmos-infos": {
|
||||
"is2D": true,
|
||||
"is3DIcon": false,
|
||||
"iconSize": 2,
|
||||
"gridVisible": true,
|
||||
"gridColor": [
|
||||
150,
|
||||
150,
|
||||
150,
|
||||
255
|
||||
],
|
||||
"isIconGizmo3D": false,
|
||||
"iconGizmoSize": 2,
|
||||
"isGridVisible": true
|
||||
},
|
||||
"camera-infos": {
|
||||
"f46876e4-e81b-4931-b493-6d367be385e7": {
|
||||
"position": {
|
||||
"x": 374.99999999999994,
|
||||
"y": 667,
|
||||
"z": 5000
|
||||
},
|
||||
"rotation": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"w": 1
|
||||
},
|
||||
"viewCenter": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"camera-uuids": [
|
||||
"f46876e4-e81b-4931-b493-6d367be385e7"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user