feat(ui): 调整卡片与列表UI布局并添加高等级光效动画
- 为卡片组件添加高等级光效显示逻辑与动画资源 - 调整card.prefab中多个UI元素的尺寸、边距与位置 - 重构melist.prefab中排名列表的节点结构与样式 - 更新list.prefab中数字标签的字体大小与位置 - 修改部分图片资源与新增动画元数据文件
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -2,
|
||||
"y": -5,
|
||||
"y": -10,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -99,8 +99,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 1.1,
|
||||
"y": 1.1,
|
||||
"x": 0.8,
|
||||
"y": 0.8,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 150,
|
||||
"height": 168
|
||||
"width": 113,
|
||||
"height": 126
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 292 KiB |
Reference in New Issue
Block a user