Files
Pizza/settings/v2/packages/engine.json
wuguiyu 1512bf46d1 初始化工程
基础玩法代码
修复回收对象池回收后还出现在手上
顾客移动速度
引导箭头
收银员触发发放披萨圈
pizza机的Max
主角Max
顾客吃完留钞票
顾客优先拼桌
顾客就餐位置
完善地块解锁(解锁图标宽高不对)
2026-03-03 11:58:26 +08:00

240 lines
5.3 KiB
JSON

{
"__version__": "1.0.12",
"modules": {
"configs": {
"defaultConfig": {
"name": "默认配置",
"cache": {
"base": {
"_value": true
},
"gfx-webgl": {
"_value": true
},
"gfx-webgl2": {
"_value": false
},
"gfx-webgpu": {
"_value": false
},
"animation": {
"_value": true
},
"skeletal-animation": {
"_value": true
},
"3d": {
"_value": true
},
"meshopt": {
"_value": false
},
"2d": {
"_value": true
},
"sorting-2d": {
"_value": true
},
"rich-text": {
"_value": true
},
"mask": {
"_value": true
},
"graphics": {
"_value": true
},
"ui-skew": {
"_value": true
},
"affine-transform": {
"_value": true
},
"ui": {
"_value": true
},
"particle": {
"_value": true
},
"physics": {
"_value": true,
"_option": "physics-ammo"
},
"physics-ammo": {
"_value": true,
"_flags": {
"LOAD_BULLET_MANUALLY": false
}
},
"physics-cannon": {
"_value": false
},
"physics-physx": {
"_value": false,
"_flags": {
"LOAD_PHYSX_MANUALLY": false
}
},
"physics-builtin": {
"_value": false
},
"physics-2d": {
"_value": true,
"_option": "physics-2d-box2d"
},
"physics-2d-box2d": {
"_value": true
},
"physics-2d-box2d-wasm": {
"_value": false,
"_flags": {
"LOAD_BOX2D_MANUALLY": false
}
},
"physics-2d-builtin": {
"_value": false
},
"physics-2d-box2d-jsb": {
"_value": false
},
"intersection-2d": {
"_value": true
},
"primitive": {
"_value": true
},
"profiler": {
"_value": true
},
"occlusion-query": {
"_value": false
},
"geometry-renderer": {
"_value": false
},
"debug-renderer": {
"_value": false
},
"particle-2d": {
"_value": false
},
"audio": {
"_value": true
},
"video": {
"_value": true
},
"webview": {
"_value": true
},
"tween": {
"_value": true
},
"websocket": {
"_value": true
},
"websocket-server": {
"_value": false
},
"terrain": {
"_value": false
},
"light-probe": {
"_value": true
},
"tiled-map": {
"_value": true
},
"vendor-google": {
"_value": false
},
"spine": {
"_value": true,
"_option": "spine-3.8"
},
"spine-3.8": {
"_value": true,
"_flags": {
"LOAD_SPINE_MANUALLY": false
}
},
"spine-4.2": {
"_value": false,
"_flags": {
"LOAD_SPINE_MANUALLY": false
}
},
"dragon-bones": {
"_value": true
},
"marionette": {
"_value": true
},
"procedural-animation": {
"_value": false
},
"custom-pipeline-post-process": {
"_value": false
},
"render-pipeline": {
"_value": true,
"_option": "custom-pipeline"
},
"custom-pipeline": {
"_value": true
},
"legacy-pipeline": {
"_value": false
},
"xr": {
"_value": false
}
},
"flags": {
"LOAD_SPINE_MANUALLY": false,
"LOAD_BULLET_MANUALLY": false
},
"includeModules": [
"2d",
"3d",
"affine-transform",
"animation",
"audio",
"base",
"custom-pipeline",
"dragon-bones",
"gfx-webgl",
"graphics",
"intersection-2d",
"light-probe",
"marionette",
"mask",
"particle",
"physics-2d-box2d",
"physics-ammo",
"primitive",
"profiler",
"rich-text",
"skeletal-animation",
"sorting-2d",
"spine-3.8",
"tiled-map",
"tween",
"ui",
"ui-skew",
"video",
"websocket",
"webview"
],
"noDeprecatedFeatures": {
"value": false,
"version": ""
}
}
},
"graphics": {
"pipeline": "custom-pipeline"
}
}
}