This commit is contained in:
zhuguoqing 2022-06-01 01:02:47 +08:00
parent e96dd83f46
commit 46c374afc4
3 changed files with 5 additions and 4 deletions

View File

@ -47,8 +47,8 @@
},
"_scale": {
"__type__": "cc.Vec3",
"x": 0.805834949016571,
"y": 0.805834949016571,
"x": 0.583953857421875,
"y": 0.583953857421875,
"z": 1
},
"_quat": {

View File

@ -19,7 +19,7 @@ var MainConfig = {
version: "0.2.0",
isoffical: false,
viewscale: 0.5,
packageid: 0, //0 apk 1 googleplay aab 2 ios
packageid: 1, //0 apk 1 googleplay aab 2 ios
hotfixVersion:"0.6.0"
};

View File

@ -37,5 +37,6 @@
"width": 960
},
"use-customize-simulator": true,
"use-project-simulator-setting": false
"use-project-simulator-setting": false,
"start-scene": "current"
}