中级玩家
 
- 贡献度
- 36
- 金元
- 281
- 积分
- 172
- 精华
- 0
- 注册时间
- 2021-5-11
|
找到\Data\global\ui\Layouts 目录下的 bankexpansionlayout.json bankexpansionlayouthd.json
修改下面的x,y试试看看,这个是大箱子上面的那个标签位置参数
"type": "TabBarWidget", "name": "BankTabs",
"fields": {
"tabCount": 3,
"filename": "PANEL\\buyselltabs",
"inactiveFrames": [ 4, 5, ],
"activeFrames": [ 0, 1, 1, ],
"textStrings": [ "@personal", "@shared", "@shared2", ],
"tabSize": { "x": 79, "y": 24 },
"type": "TabBarWidget", "name": "BankTabs",
"fields": {
"rect": { "x": 82, "y": -46 },
"tabCount": 2,
|
|