修改选择按钮的字体颜色

xiejun 2023-11-11 17:38:56 +08:00
parent d876a69a23
commit eb56c7ff1b
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ local _TabData={ [1] = { default = "UI_hz_gonghui_31", lock = "UI_hz_gonghui_31"
[4] = { default = "UI_hz_gonghui_34", lock = "UI_hz_gonghui_34",select = "UI_hz_gonghui_34", name = "将礼合成", funcType = FUNCTION_OPEN_TYPE.Gift },
[5] = { default = "UI_hz_gonghui_31", lock = "UI_hz_gonghui_31",select = "UI_hz_gonghui_31", name = "主礼合成", funcType = FUNCTION_OPEN_TYPE.Gift },
}
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1),
local _TabFontColor = { default = Color.New(255 / 255, 255 / 255, 255 / 255, 1),
select = Color.New(255 / 255, 255 / 255, 255 / 255, 1),
lock = UIColor.GRAY,
}
local curIndex = 1