fix(gui:mission): 调整任务预制体的布局参数
删除了废弃的ShopSet配置文件及其元数据, 调整了mission.prefab的位置、缩放、内容尺寸和边距参数来优化界面布局。
This commit is contained in:
@@ -2044,7 +2044,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": 596.686,
|
||||
"y": 583.661,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -2109,8 +2109,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"x": 0.5,
|
||||
"y": 0.5,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -2137,8 +2137,8 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 710,
|
||||
"height": 80
|
||||
"width": 1420,
|
||||
"height": 120
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@@ -2212,8 +2212,8 @@
|
||||
"_target": null,
|
||||
"_left": 0,
|
||||
"_right": 0,
|
||||
"_top": 0,
|
||||
"_bottom": 0,
|
||||
"_top": 10,
|
||||
"_bottom": 10,
|
||||
"_horizontalCenter": 0,
|
||||
"_verticalCenter": 0,
|
||||
"_isAbsLeft": true,
|
||||
@@ -4114,7 +4114,7 @@
|
||||
"_left": 5,
|
||||
"_right": 5,
|
||||
"_top": 0,
|
||||
"_bottom": 556.686,
|
||||
"_bottom": 543.661,
|
||||
"_horizontalCenter": 0,
|
||||
"_verticalCenter": 0,
|
||||
"_isAbsLeft": true,
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"ver": "4.0.24",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "4c695c53-c447-4160-995c-8c53b9a895a1",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
Reference in New Issue
Block a user