This commit is contained in:
2025-08-15 14:59:08 +08:00
parent 41f9555e53
commit 0413ed1c9f
6 changed files with 442 additions and 6350 deletions
+13 -13
View File
@@ -101,8 +101,8 @@
"_prefab": null,
"_lpos": {
"__type__": "cc.Vec3",
"x": 583.5,
"y": 1266,
"x": 375,
"y": 667,
"z": 0
},
"_lrot": {
@@ -187,7 +187,7 @@
"_priority": 0,
"_fov": 45,
"_fovAxis": 0,
"_orthoHeight": 1266,
"_orthoHeight": 667,
"_near": 0,
"_far": 2000,
"_color": {
@@ -561,8 +561,8 @@
"__prefab": null,
"_contentSize": {
"__type__": "cc.Size",
"width": 448,
"height": 576
"width": 31,
"height": -622
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -663,8 +663,8 @@
"__prefab": null,
"_contentSize": {
"__type__": "cc.Size",
"width": 1167,
"height": 2532
"width": 750,
"height": 1334
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -789,8 +789,8 @@
"__prefab": null,
"_contentSize": {
"__type__": "cc.Size",
"width": 1167,
"height": 2532
"width": 750,
"height": 1334
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -889,8 +889,8 @@
"__prefab": null,
"_contentSize": {
"__type__": "cc.Size",
"width": 1167,
"height": 2532
"width": 750,
"height": 1334
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -941,8 +941,8 @@
"__prefab": null,
"_contentSize": {
"__type__": "cc.Size",
"width": 1167,
"height": 2532
"width": 750,
"height": 1334
},
"_anchorPoint": {
"__type__": "cc.Vec2",
+12 -12
View File
@@ -89,8 +89,8 @@
"_prefab": null,
"_lpos": {
"__type__": "cc.Vec3",
"x": 583.5,
"y": 1266,
"x": 375,
"y": 667,
"z": 0
},
"_lrot": {
@@ -175,7 +175,7 @@
"_priority": 0,
"_fov": 45,
"_fovAxis": 0,
"_orthoHeight": 1266,
"_orthoHeight": 667,
"_near": 0,
"_far": 2000,
"_color": {
@@ -308,8 +308,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 0.6,
"y": 0.6,
"z": 1
},
"_mobility": 0,
@@ -408,7 +408,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 1076,
"y": 477,
"z": 0
},
"_lrot": {
@@ -550,7 +550,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -1026,
"y": -427,
"z": 0
},
"_lrot": {
@@ -719,7 +719,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -982,
"y": -383,
"z": 0
},
"_lrot": {
@@ -2017,8 +2017,8 @@
"__prefab": null,
"_contentSize": {
"__type__": "cc.Size",
"width": 1167,
"height": 2532
"width": 750,
"height": 1334
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -2081,8 +2081,8 @@
"__prefab": null,
"_contentSize": {
"__type__": "cc.Size",
"width": 1167,
"height": 2532
"width": 750,
"height": 1334
},
"_anchorPoint": {
"__type__": "cc.Vec2",
+2 -2
View File
@@ -59,8 +59,8 @@ export class PreloadUI extends Component {
//this.btnLogin.node.active = false;
// 初始化数据层
DataManager.I.init()
DataManager.I.init();
this.preloadFiles();
LanguageUtils.setLanguage(LanguageType.CN);
@@ -85,7 +85,7 @@ export class ThemePanel extends li_BaseView {
Utils.adjustBgPixelRatioToSize(
sizeTran.contentSize,
this.recSprite.node,
2
1
);
}
);
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -2,8 +2,8 @@
"__version__": "1.0.6",
"general": {
"designResolution": {
"width": 1167,
"height": 2532,
"width": 750,
"height": 1334,
"fitHeight": false,
"fitWidth": true
}