排行榜奖励字体颜色调整
parent
926b727507
commit
e0ca7a1435
|
@ -3503,7 +3503,7 @@ RectTransform:
|
|||
m_AnchorMin: {x: 0.5, y: 0.5}
|
||||
m_AnchorMax: {x: 0.5, y: 0.5}
|
||||
m_AnchoredPosition: {x: 0, y: 0}
|
||||
m_SizeDelta: {x: 250, y: 100}
|
||||
m_SizeDelta: {x: 250, y: 90}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &2515518105463319180
|
||||
CanvasRenderer:
|
||||
|
|
|
@ -21,8 +21,8 @@ local ConfigList = {
|
|||
-- Tab管理器
|
||||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_tanchuang_button_003", default = "r_tanchuang_button_001",}
|
||||
local _TabFontColor = { default = Color.New(236 / 255, 236 / 255, 236 / 255, 1),
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabFontColor = { default = Color.New(67 / 255, 67 / 255, 67 / 255, 1),
|
||||
select = Color.New(255 / 255, 248 / 255, 208 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = "段位奖励"},
|
||||
[2]= {txt = "排名奖励"},
|
||||
|
|
Loading…
Reference in New Issue