fix: 调整游戏地图元素和UI控件的位置与可见性
- 提升游戏地平线高度以改善视觉体验 - 重新定位地图中的多个对象,优化场景布局 - 隐藏部分UI控件并调整对齐方式,适配新的布局
This commit is contained in:
@@ -1384,7 +1384,7 @@
|
||||
"__id__": 15
|
||||
},
|
||||
"_children": [],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 57
|
||||
@@ -3968,7 +3968,7 @@
|
||||
"node": {
|
||||
"__id__": 74
|
||||
},
|
||||
"_enabled": true,
|
||||
"_enabled": false,
|
||||
"__prefab": {
|
||||
"__id__": 168
|
||||
},
|
||||
@@ -8275,7 +8275,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -148,
|
||||
"x": 358,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -8787,10 +8787,10 @@
|
||||
"__prefab": {
|
||||
"__id__": 419
|
||||
},
|
||||
"_alignFlags": 9,
|
||||
"_alignFlags": 33,
|
||||
"_target": null,
|
||||
"_left": 0,
|
||||
"_right": 20,
|
||||
"_right": 0,
|
||||
"_top": 50.00000000000001,
|
||||
"_bottom": 1078.082,
|
||||
"_horizontalCenter": 0,
|
||||
@@ -9875,7 +9875,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 148,
|
||||
"x": -358,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -11248,7 +11248,7 @@
|
||||
"__prefab": {
|
||||
"__id__": 523
|
||||
},
|
||||
"_alignFlags": 36,
|
||||
"_alignFlags": 12,
|
||||
"_target": null,
|
||||
"_left": 0,
|
||||
"_right": 0,
|
||||
@@ -11262,7 +11262,7 @@
|
||||
"_isAbsBottom": true,
|
||||
"_isAbsHorizontalCenter": true,
|
||||
"_isAbsVerticalCenter": true,
|
||||
"_originalWidth": 0,
|
||||
"_originalWidth": 210,
|
||||
"_originalHeight": 0,
|
||||
"_alignMode": 2,
|
||||
"_lockFlags": 0,
|
||||
|
||||
Reference in New Issue
Block a user