修改颜色
parent
77e6aec123
commit
3b18d59ce9
|
@ -3981,7 +3981,7 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 1573420865, guid: f70555f144d8491a825f0804e09c671c, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_EffectColor: {r: 0, g: 0, b: 0, a: 0.5}
|
||||
m_EffectColor: {r: 0, g: 0, b: 0, a: 0.039215688}
|
||||
m_EffectDistance: {x: 1.5, y: -1.5}
|
||||
m_UseGraphicAlpha: 1
|
||||
--- !u!114 &5772662400124129660
|
||||
|
@ -3997,7 +3997,7 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Material: {fileID: 0}
|
||||
m_Color: {r: 0.9529412, g: 0.92156863, b: 0.7921569, a: 1}
|
||||
m_Color: {r: 0.21568628, g: 0.16862746, b: 0.14117648, a: 1}
|
||||
m_RaycastTarget: 0
|
||||
m_OnCullStateChanged:
|
||||
m_PersistentCalls:
|
||||
|
|
|
@ -6,7 +6,7 @@ local this = ArenaMainPanel
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_tongyong_xiaanniu_01", default = "r_tongyong_xiaanniu_02",}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = Language[10072]},
|
||||
-- [2]= {txt = "排名"},
|
||||
|
|
|
@ -6,7 +6,7 @@ local this = ArenaTopMatchPanel
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_tongyong_xiaanniu_01", default = "r_tongyong_xiaanniu_02",}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = Language[10123]},
|
||||
[2]= {txt = Language[10124]},
|
||||
|
|
|
@ -5,7 +5,7 @@ local ArenaTopMatchPanel= require("Modules/ArenaTopMatch/ArenaTopMatchPanel")
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_jingjichang_xiayeqian_01", default = "r_jingjichang_xiayeqian_02",}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = Language[10144]},
|
||||
[2]= {txt = Language[10145]},
|
||||
|
|
|
@ -6,7 +6,7 @@ local itemConfig = ConfigManager.GetConfig(ConfigName.ItemConfig)
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
lock = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabImage = { default = "r_tongyong_xiaanniu_02", lock = "r_tongyong_xiaanniu_02", select = "r_tongyong_xiaanniu_01"}
|
||||
local _TabData = {
|
||||
{text = Language[10366], channel = CHAT_CHANNEL.FRIEND, rpType = RedPointType.Chat_Friend},
|
||||
|
|
|
@ -10,7 +10,7 @@ local _TabData={ [1] = { default = "r_hero_xuanze_002", lock = "r_hero_xuanze_00
|
|||
[5] = { default = "r_hero_xuanze_002", lock = "r_hero_xuanze_002",select = "r_hero_xuanze_001", 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),
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1),
|
||||
lock = UIColor.GRAY,
|
||||
}
|
||||
local curIndex = 1
|
||||
|
|
|
@ -13,7 +13,7 @@ local _TabData={ [1] = { default = "zbhc_sanji2", select = "zbhc_sanji1", name =
|
|||
--[6] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "腰带" }
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
local _TabImagePos = { default = -3,
|
||||
select = -10}
|
||||
local curIndex = 0
|
||||
|
|
|
@ -5,7 +5,7 @@ local jewelConfig = ConfigManager.GetConfig(ConfigName.JewelConfig)
|
|||
local itemConfig = ConfigManager.GetConfig(ConfigName.ItemConfig)
|
||||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
local _TabImagePos = { default = -3,
|
||||
select = -10}
|
||||
local curIndex = 0
|
||||
|
|
|
@ -8,7 +8,7 @@ local _TabData={ [1] = { default = "r_hero_xuanze_002", select = "r_hero_xuan
|
|||
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
local curIndex = 1
|
||||
|
||||
this.contents = {
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
EastSeaFindGodPanel = Inherit(BasePanel)
|
||||
local this = EastSeaFindGodPanel
|
||||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabData={ [1] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "1",colorDefault = Color.New(243 / 255, 235 / 255, 202 / 255, 1),colorSelect = Color.New(130 / 255, 128 / 255, 120 / 255, 1),type = 4,redpointType = RedPointType.eastSeaFindGod1, },
|
||||
[2] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "2" ,olorDefault = Color.New(243 / 255, 235 / 255, 202 / 255, 1),colorSelect = Color.New(130 / 255, 128 / 255, 120 / 255, 1),type = 5,redpointType = RedPointType.eastSeaFindGod2, },
|
||||
[3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "3" ,olorDefault = Color.New(243 / 255, 235 / 255, 202 / 255, 1),colorSelect = Color.New(130 / 255, 128 / 255, 120 / 255, 1),type = 6,redpointType = RedPointType.eastSeaFindGod3,},
|
||||
[4] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "4",olorDefault = Color.New(243 / 255, 235 / 255, 202 / 255, 1),colorSelect = Color.New(130 / 255, 128 / 255, 120 / 255, 1),type = 7,redpointType = RedPointType.eastSeaFindGod4,},
|
||||
local _TabData={ [1] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "1",colorDefault = Color.New(154 / 255, 78 / 255, 36 / 255, 1),colorSelect = Color.New(130 / 255, 128 / 255, 120 / 255, 1),type = 4,redpointType = RedPointType.eastSeaFindGod1, },
|
||||
[2] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "2" ,olorDefault = Color.New(154 / 255, 78 / 255, 36 / 255, 1),colorSelect = Color.New(130 / 255, 128 / 255, 120 / 255, 1),type = 5,redpointType = RedPointType.eastSeaFindGod2, },
|
||||
[3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "3" ,olorDefault = Color.New(154 / 255, 78 / 255, 36 / 255, 1),colorSelect = Color.New(130 / 255, 128 / 255, 120 / 255, 1),type = 6,redpointType = RedPointType.eastSeaFindGod3,},
|
||||
[4] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "4",olorDefault = Color.New(154 / 255, 78 / 255, 36 / 255, 1),colorSelect = Color.New(130 / 255, 128 / 255, 120 / 255, 1),type = 7,redpointType = RedPointType.eastSeaFindGod4,},
|
||||
}
|
||||
local colorTab = {default = Color.New(243 / 255, 235 / 255, 202 / 255, 1),select = Color.New(130 / 255, 128 / 255, 120 / 255, 1)}
|
||||
local colorTab = {default = Color.New(154 / 255, 78 / 255, 36 / 255, 1),select = Color.New(130 / 255, 128 / 255, 120 / 255, 1)}
|
||||
--打开弹窗索引
|
||||
local index=0
|
||||
local redPointList
|
||||
|
|
|
@ -14,7 +14,7 @@ local kMaxTab, kMaxDay = 2, 3
|
|||
local isPay=false
|
||||
local TextColorDef = {
|
||||
[1] = Color.New(48 / 255, 31 / 255, 33 / 255, 1),
|
||||
[2] = Color.New(246 / 255, 235 / 255, 179 / 255, 1)
|
||||
[2] = Color.New(147 / 255, 62 / 255, 21 / 255, 1)
|
||||
}
|
||||
local orginLayer
|
||||
local activityRewardConfig = ConfigManager.GetConfig(ConfigName.ActivityRewardConfig)
|
||||
|
|
|
@ -26,7 +26,7 @@ local vec = {
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_hero_xuanze_008", default = "r_hero_xuanze_009",}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = "段位奖励"},
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ local artConfig = ConfigManager.GetConfig(ConfigName.ArtResourcesConfig)
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_tongyong_xiaanniu_01", default = "r_tongyong_xiaanniu_02",}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = "全部",quality = 0},
|
||||
[2]= {txt = "蓝色",quality = 3},
|
||||
|
|
|
@ -9,7 +9,7 @@ local _TabData={
|
|||
--[2] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "神兵" },
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
local _TabImagePos = { default = -3,
|
||||
select = -10}
|
||||
local curIndex = 0
|
||||
|
|
|
@ -19,7 +19,7 @@ local guildServer--公会服
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_tongyong_xiaanniu_01", default = "r_tongyong_xiaanniu_02",}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = Language[11006]},
|
||||
[2]= {txt = Language[11007]},
|
||||
|
|
|
@ -7,7 +7,7 @@ local this = DeathPosRankPopup
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_tongyong_xiaanniu_01", default = "r_tongyong_xiaanniu_02",}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = Language[11006]},
|
||||
[2]= {txt = Language[11007]},
|
||||
|
|
|
@ -6,7 +6,7 @@ local this=RedPacketPanel
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_tongyong_xiaanniu_01", default = "r_tongyong_xiaanniu_02",}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = Language[11037]},
|
||||
[2]= {txt = "发福利红包"},
|
||||
|
|
|
@ -8,7 +8,7 @@ local _TabData={ [1] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_
|
|||
[4] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = GuildSkillType[4]},
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
local skills = {}
|
||||
local pros = {}
|
||||
local materals = {}
|
||||
|
|
|
@ -9,7 +9,7 @@ local _TabData={ [1] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_
|
|||
[4] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = GuildSkillType[4]},
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
local skills = {}
|
||||
local pros = {}
|
||||
local materals = {}
|
||||
|
|
|
@ -15,7 +15,7 @@ local _TabData={ [1] = { default = "r_hero_xuanze_002", select = "r_hero_xuan
|
|||
[2] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = Language[12252] , nameNew = "妖晶消耗" ,rpType = RedPointType.NiuQiChongTian_2},
|
||||
[3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = Language[12253] , nameNew = "极速探索" ,rpType = RedPointType.NiuQiChongTian_3},}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
|
||||
local BtnState ={
|
||||
[0] = {ImgName = "s_slbz_1anniuhuangse",Text = Language[10556]},
|
||||
|
|
|
@ -8,7 +8,7 @@ local _TabData={ [1] = { default = "r_hero_xuanze_009", select = "r_hero_xuanze_
|
|||
[2] = { default = "r_hero_xuanze_009", select = "r_hero_xuanze_008", name = Language[10201] },
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
|
||||
local _TabFontColor = TabColor()
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ local TabBox = require("Modules/Common/TabBox")
|
|||
-- [4] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "大闹天宫" },
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
function this:InitComponent(gameObject)
|
||||
this.spLoader = SpriteLoader.New()
|
||||
this.titleText=Util.GetGameObject(gameObject,"TitleText"):GetComponent("Text")
|
||||
|
|
|
@ -15,7 +15,7 @@ local _TabData={ [1] = { default = "r_hero_xuanze_002", select = "r_hero_xuan
|
|||
[2] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "战力排名"},
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
local curIndex = 1
|
||||
|
||||
--初始化组件(用于子类重写)
|
||||
|
|
|
@ -6,7 +6,7 @@ local this = RankingListPanel
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _tabImageData={select="r_tongyong_xiaanniu_01",default="r_tongyong_xiaanniu_02",lock="r_Dungeon_lockon"}
|
||||
local _tabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1),
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1),
|
||||
lock = Color.New(130 / 255, 128 / 255, 120 / 255, 1)}
|
||||
--头像
|
||||
this.heads={}
|
||||
|
|
|
@ -12,7 +12,7 @@ local _TabData={[1] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_0
|
|||
--[3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = Language[10306] }
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
--上一模块索引
|
||||
local curIndex=0
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ local _TabData={[1] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_0
|
|||
[2] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = Language[11707] },
|
||||
[3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = Language[10306] }}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
--上一模块索引
|
||||
local curIndex=0
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ local _TabData={
|
|||
[4] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "神器分解" },
|
||||
}
|
||||
--local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
-- select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
-- select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
local _TabFontColor = TabColor()
|
||||
--子模块脚本
|
||||
this.contents = {
|
||||
|
|
|
@ -9,7 +9,7 @@ local _TabData={
|
|||
[2] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = Language[11757] },
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
local curHeroData
|
||||
local curTabIndex = 1--当前是强化 还是 精炼
|
||||
local equipTreasureList = {}--宝器对象
|
||||
|
|
|
@ -11,7 +11,7 @@ local _TabData={
|
|||
-- [4] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "时装",rpType = RedPointType.Setting_Skin },
|
||||
}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
--子模块脚本
|
||||
this.contents = {
|
||||
--信息
|
||||
|
|
|
@ -5,7 +5,7 @@ local treasureTaskConfig = ConfigManager.GetConfig(ConfigName.TreasureTaskConfig
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabData={}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1)}
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1)}
|
||||
|
||||
local curIndex
|
||||
local dayBtn = {}--天数btn
|
||||
|
|
|
@ -22,7 +22,7 @@ local ConfigList = {
|
|||
local TabBox = require("Modules/Common/TabBox")
|
||||
local _TabImgData = {select = "r_tongyong_xiaanniu_01", default = "r_tongyong_xiaanniu_02",}
|
||||
local _TabFontColor = { default = Color.New(130 / 255, 128 / 255, 120 / 255, 1),
|
||||
select = Color.New(243 / 255, 235 / 255, 202 / 255, 1) }
|
||||
select = Color.New(154 / 255, 78 / 255, 36 / 255, 1) }
|
||||
local _TabData = {
|
||||
[1]= {txt = "段位奖励"},
|
||||
[2]= {txt = "排名奖励"},
|
||||
|
|
Loading…
Reference in New Issue