refactor(gui): 移除未使用的资源文件并调整英雄技能显示
删除未使用的图片和prefab资源文件 调整英雄控制器prefab的位置和尺寸 修改英雄信息组件显示技能信息而非魔法防御属性 更新胜利界面prefab的布局和样式
This commit is contained in:
@@ -16493,8 +16493,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -255.95,
|
||||
"y": -1.8000000000000043,
|
||||
"x": -257.5,
|
||||
"y": -2.5,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -16506,8 +16506,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0.9,
|
||||
"y": 0.9,
|
||||
"x": 0.5,
|
||||
"y": 0.5,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -16534,8 +16534,8 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 109,
|
||||
"height": 104
|
||||
"width": 150,
|
||||
"height": 150
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@@ -16571,7 +16571,7 @@
|
||||
"a": 255
|
||||
},
|
||||
"_spriteFrame": {
|
||||
"__uuid__": "deedea09-8f2b-400f-9803-4cfd38e45d1a@83a8d",
|
||||
"__uuid__": "1e96391c-f89b-4628-9fff-ef53afa3d9eb@d17da",
|
||||
"__expectedType__": "cc.SpriteFrame"
|
||||
},
|
||||
"_type": 0,
|
||||
@@ -16586,7 +16586,10 @@
|
||||
"_fillRange": 0,
|
||||
"_isTrimmedMode": true,
|
||||
"_useGrayscale": false,
|
||||
"_atlas": null,
|
||||
"_atlas": {
|
||||
"__uuid__": "1e96391c-f89b-4628-9fff-ef53afa3d9eb",
|
||||
"__expectedType__": "cc.SpriteAtlas"
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
@@ -16605,11 +16608,11 @@
|
||||
"__prefab": {
|
||||
"__id__": 800
|
||||
},
|
||||
"_alignFlags": 9,
|
||||
"_alignFlags": 12,
|
||||
"_target": null,
|
||||
"_left": 0,
|
||||
"_left": 10,
|
||||
"_right": 0,
|
||||
"_top": -5,
|
||||
"_top": 5,
|
||||
"_bottom": 0,
|
||||
"_horizontalCenter": 0,
|
||||
"_verticalCenter": 0,
|
||||
@@ -17131,8 +17134,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -255.95,
|
||||
"y": -1.8000000000000043,
|
||||
"x": -257.5,
|
||||
"y": 2.5,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -17144,8 +17147,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0.9,
|
||||
"y": 0.9,
|
||||
"x": 0.5,
|
||||
"y": 0.5,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -17172,8 +17175,8 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 109,
|
||||
"height": 104
|
||||
"width": 150,
|
||||
"height": 150
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@@ -17209,7 +17212,7 @@
|
||||
"a": 255
|
||||
},
|
||||
"_spriteFrame": {
|
||||
"__uuid__": "deedea09-8f2b-400f-9803-4cfd38e45d1a@83a8d",
|
||||
"__uuid__": "1e96391c-f89b-4628-9fff-ef53afa3d9eb@9585c",
|
||||
"__expectedType__": "cc.SpriteFrame"
|
||||
},
|
||||
"_type": 0,
|
||||
@@ -17224,7 +17227,10 @@
|
||||
"_fillRange": 0,
|
||||
"_isTrimmedMode": true,
|
||||
"_useGrayscale": false,
|
||||
"_atlas": null,
|
||||
"_atlas": {
|
||||
"__uuid__": "1e96391c-f89b-4628-9fff-ef53afa3d9eb",
|
||||
"__expectedType__": "cc.SpriteAtlas"
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
@@ -17245,9 +17251,9 @@
|
||||
},
|
||||
"_alignFlags": 9,
|
||||
"_target": null,
|
||||
"_left": 0,
|
||||
"_left": 10,
|
||||
"_right": 0,
|
||||
"_top": -5,
|
||||
"_top": 0,
|
||||
"_bottom": 0,
|
||||
"_horizontalCenter": 0,
|
||||
"_verticalCenter": 0,
|
||||
|
||||
Reference in New Issue
Block a user