fix: 调整英雄升级概率和UI边框值
- 降低英雄升2级的基础概率和每级增长概率,以平衡游戏难度 - 修正两个UI元素的边框值,确保显示效果正确
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1818,10 +1818,10 @@
|
||||
"height": 63,
|
||||
"rawWidth": 56,
|
||||
"rawHeight": 63,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"borderTop": 31,
|
||||
"borderBottom": 31,
|
||||
"borderLeft": 27,
|
||||
"borderRight": 29,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -1866,8 +1866,8 @@
|
||||
"rawHeight": 189,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"borderLeft": 24,
|
||||
"borderRight": 23,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
|
||||
Reference in New Issue
Block a user