feat(ui): 新增段位系统并重构结算弹窗

新增玩家得分段位配置表与相关工具函数,重构战斗结算弹窗:
1.  新增ScoreRankSet.ts实现段位判定、进度计算逻辑
2.  为结算界面添加段位徽章、进度条和晋升动效
3.  实现总分滚动动画与破纪录涨幅显示
4.  调整UI5图集的边框参数适配新UI资源
This commit is contained in:
panFD
2026-08-03 22:43:38 +08:00
parent 3fe6325830
commit ae24d0378a
8 changed files with 3112 additions and 9676 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3474,10 +3474,10 @@
"height": 75,
"rawWidth": 75,
"rawHeight": 75,
"borderTop": 37.5,
"borderBottom": 37.5,
"borderLeft": 37.5,
"borderRight": 37.5,
"borderTop": 37,
"borderBottom": 37,
"borderLeft": 37,
"borderRight": 37,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
@@ -3520,10 +3520,10 @@
"height": 75,
"rawWidth": 75,
"rawHeight": 75,
"borderTop": 37.5,
"borderBottom": 37.5,
"borderLeft": 37.5,
"borderRight": 37.5,
"borderTop": 37,
"borderBottom": 37,
"borderLeft": 37,
"borderRight": 37,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
@@ -3612,10 +3612,10 @@
"height": 65,
"rawWidth": 65,
"rawHeight": 65,
"borderTop": 32.5,
"borderBottom": 32.5,
"borderLeft": 32.5,
"borderRight": 32.5,
"borderTop": 32,
"borderBottom": 32,
"borderLeft": 32,
"borderRight": 32,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,

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: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB