This commit is contained in:
guoqing.zhu 2022-05-31 22:13:15 +08:00
parent a6ad2a3542
commit 66858d655d
3 changed files with 1783 additions and 1636 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

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