mirror of
https://github.com/blanking003/cx-cocos.git
synced 2025-10-30 10:55:29 +00:00
init
This commit is contained in:
8
cx3-demo/settings/v2/packages/builder.json
Normal file
8
cx3-demo/settings/v2/packages/builder.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"__version__": "1.2.8",
|
||||
"splash-setting": {
|
||||
"totalTime": 0,
|
||||
"displayWatermark": false,
|
||||
"url": "/Users/blank/ccapp3/cx-framework3.1/cx/prefab/s_none.png"
|
||||
}
|
||||
}
|
||||
22
cx3-demo/settings/v2/packages/cocos-service.json
Normal file
22
cx3-demo/settings/v2/packages/cocos-service.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"game": {
|
||||
"name": "未知游戏",
|
||||
"app_id": "UNKNOW",
|
||||
"c_id": "0"
|
||||
},
|
||||
"appConfigMaps": [
|
||||
{
|
||||
"app_id": "UNKNOW",
|
||||
"config_id": "389e04"
|
||||
}
|
||||
],
|
||||
"configs": [
|
||||
{
|
||||
"app_id": "UNKNOW",
|
||||
"config_id": "389e04",
|
||||
"config_name": "Default",
|
||||
"config_remarks": "",
|
||||
"services": []
|
||||
}
|
||||
]
|
||||
}
|
||||
3
cx3-demo/settings/v2/packages/device.json
Normal file
3
cx3-demo/settings/v2/packages/device.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"__version__": "1.0.1"
|
||||
}
|
||||
108
cx3-demo/settings/v2/packages/engine.json
Normal file
108
cx3-demo/settings/v2/packages/engine.json
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"__version__": "1.0.5",
|
||||
"modules": {
|
||||
"cache": {
|
||||
"base": {
|
||||
"_value": true
|
||||
},
|
||||
"graphcis": {
|
||||
"_value": true
|
||||
},
|
||||
"gfx-webgl": {
|
||||
"_value": true
|
||||
},
|
||||
"gfx-webgl2": {
|
||||
"_value": false
|
||||
},
|
||||
"3d": {
|
||||
"_value": false
|
||||
},
|
||||
"2d": {
|
||||
"_value": true
|
||||
},
|
||||
"ui": {
|
||||
"_value": true
|
||||
},
|
||||
"particle": {
|
||||
"_value": false
|
||||
},
|
||||
"physics": {
|
||||
"_value": false,
|
||||
"_option": "physics-ammo"
|
||||
},
|
||||
"physics-ammo": {
|
||||
"_value": false
|
||||
},
|
||||
"physics-cannon": {
|
||||
"_value": false
|
||||
},
|
||||
"physics-physx": {
|
||||
"_value": false
|
||||
},
|
||||
"physics-builtin": {
|
||||
"_value": false
|
||||
},
|
||||
"physics-2d": {
|
||||
"_value": false,
|
||||
"_option": "physics-2d-box2d"
|
||||
},
|
||||
"physics-2d-box2d": {
|
||||
"_value": false
|
||||
},
|
||||
"physics-2d-builtin": {
|
||||
"_value": false
|
||||
},
|
||||
"intersection-2d": {
|
||||
"_value": false
|
||||
},
|
||||
"primitive": {
|
||||
"_value": false
|
||||
},
|
||||
"profiler": {
|
||||
"_value": false
|
||||
},
|
||||
"particle-2d": {
|
||||
"_value": false
|
||||
},
|
||||
"audio": {
|
||||
"_value": true
|
||||
},
|
||||
"video": {
|
||||
"_value": true
|
||||
},
|
||||
"webview": {
|
||||
"_value": true
|
||||
},
|
||||
"tween": {
|
||||
"_value": true
|
||||
},
|
||||
"terrain": {
|
||||
"_value": false
|
||||
},
|
||||
"tiled-map": {
|
||||
"_value": false
|
||||
},
|
||||
"spine": {
|
||||
"_value": false
|
||||
},
|
||||
"dragon-bones": {
|
||||
"_value": true
|
||||
}
|
||||
},
|
||||
"includeModules": [
|
||||
"base",
|
||||
"gfx-webgl",
|
||||
"2d",
|
||||
"ui",
|
||||
"audio",
|
||||
"video",
|
||||
"webview",
|
||||
"tween",
|
||||
"dragon-bones"
|
||||
],
|
||||
"noDeprecatedFeatures": {
|
||||
"value": true,
|
||||
"version": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
3
cx3-demo/settings/v2/packages/program.json
Normal file
3
cx3-demo/settings/v2/packages/program.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"__version__": "1.0.0"
|
||||
}
|
||||
9
cx3-demo/settings/v2/packages/project.json
Normal file
9
cx3-demo/settings/v2/packages/project.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"__version__": "1.0.1",
|
||||
"general": {
|
||||
"designResolution": {
|
||||
"width": 750,
|
||||
"height": 1334
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user