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, "_prefab": null,
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 583.5, "x": 375,
"y": 1266, "y": 667,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -187,7 +187,7 @@
"_priority": 0, "_priority": 0,
"_fov": 45, "_fov": 45,
"_fovAxis": 0, "_fovAxis": 0,
"_orthoHeight": 1266, "_orthoHeight": 667,
"_near": 0, "_near": 0,
"_far": 2000, "_far": 2000,
"_color": { "_color": {
@@ -561,8 +561,8 @@
"__prefab": null, "__prefab": null,
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 448, "width": 31,
"height": 576 "height": -622
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -663,8 +663,8 @@
"__prefab": null, "__prefab": null,
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1167, "width": 750,
"height": 2532 "height": 1334
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -789,8 +789,8 @@
"__prefab": null, "__prefab": null,
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1167, "width": 750,
"height": 2532 "height": 1334
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -889,8 +889,8 @@
"__prefab": null, "__prefab": null,
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1167, "width": 750,
"height": 2532 "height": 1334
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -941,8 +941,8 @@
"__prefab": null, "__prefab": null,
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1167, "width": 750,
"height": 2532 "height": 1334
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
+12 -12
View File
@@ -89,8 +89,8 @@
"_prefab": null, "_prefab": null,
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 583.5, "x": 375,
"y": 1266, "y": 667,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -175,7 +175,7 @@
"_priority": 0, "_priority": 0,
"_fov": 45, "_fov": 45,
"_fovAxis": 0, "_fovAxis": 0,
"_orthoHeight": 1266, "_orthoHeight": 667,
"_near": 0, "_near": 0,
"_far": 2000, "_far": 2000,
"_color": { "_color": {
@@ -308,8 +308,8 @@
}, },
"_lscale": { "_lscale": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1, "x": 0.6,
"y": 1, "y": 0.6,
"z": 1 "z": 1
}, },
"_mobility": 0, "_mobility": 0,
@@ -408,7 +408,7 @@
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0, "x": 0,
"y": 1076, "y": 477,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -550,7 +550,7 @@
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0, "x": 0,
"y": -1026, "y": -427,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -719,7 +719,7 @@
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0, "x": 0,
"y": -982, "y": -383,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -2017,8 +2017,8 @@
"__prefab": null, "__prefab": null,
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1167, "width": 750,
"height": 2532 "height": 1334
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -2081,8 +2081,8 @@
"__prefab": null, "__prefab": null,
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1167, "width": 750,
"height": 2532 "height": 1334
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
+1 -1
View File
@@ -59,7 +59,7 @@ export class PreloadUI extends Component {
//this.btnLogin.node.active = false; //this.btnLogin.node.active = false;
// 初始化数据层 // 初始化数据层
DataManager.I.init() DataManager.I.init();
this.preloadFiles(); this.preloadFiles();
@@ -85,7 +85,7 @@ export class ThemePanel extends li_BaseView {
Utils.adjustBgPixelRatioToSize( Utils.adjustBgPixelRatioToSize(
sizeTran.contentSize, sizeTran.contentSize,
this.recSprite.node, 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", "__version__": "1.0.6",
"general": { "general": {
"designResolution": { "designResolution": {
"width": 1167, "width": 750,
"height": 2532, "height": 1334,
"fitHeight": false, "fitHeight": false,
"fitWidth": true "fitWidth": true
} }