Merge branch 'package_530' of git.kingsome.cn:client/pubgv3 into package_530
This commit is contained in:
commit
ed25ee3867
@ -47,8 +47,8 @@
|
|||||||
},
|
},
|
||||||
"_scale": {
|
"_scale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 0.805834949016571,
|
"x": 0.583953857421875,
|
||||||
"y": 0.805834949016571,
|
"y": 0.583953857421875,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
"_quat": {
|
"_quat": {
|
||||||
|
@ -12,7 +12,7 @@ isDevEnv()
|
|||||||
isExamining()
|
isExamining()
|
||||||
|
|
||||||
function isDevEnv() {
|
function isDevEnv() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function isExamining() {
|
function isExamining() {
|
||||||
|
@ -19,7 +19,7 @@ var MainConfig = {
|
|||||||
version: "0.2.0",
|
version: "0.2.0",
|
||||||
isoffical: false,
|
isoffical: false,
|
||||||
viewscale: 0.5,
|
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"
|
hotfixVersion:"0.6.0"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -37,5 +37,6 @@
|
|||||||
"width": 960
|
"width": 960
|
||||||
},
|
},
|
||||||
"use-customize-simulator": true,
|
"use-customize-simulator": true,
|
||||||
"use-project-simulator-setting": false
|
"use-project-simulator-setting": false,
|
||||||
|
"start-scene": "current"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user