原生Objective-C 项目 (For Native Objective-C Project)
步骤 1: 导入 DzoSDK 工具包 框架 (DzoSDK Kit Framework)
将 "dzoconfig.json" 复制到项目资源中
DZOGAME 配置:
"buildTarget": "DZOGAME",
"useMultiLanguage": 0,
"defaultLanguageID": "VI",
调整屏幕上18+ logo与Dzo icon 展示的位置 :
默认位置:
"posision_default":[{
"buttonDzoHome":"",
"tag18Plus":"",
}]
使用 8 个锚点自定义位置:
- topLeft, topCenter, topRight
- centerLeft, centerRight
- bottomLeft, bottomCenter, bottomRight
示例:
"posision_default":[{
"buttonDzoHome":"centerRight",
"tag18Plus":"topLeft",
}]