牛气冲天相关预设修改
parent
5e6e55ef9f
commit
d93770ee34
File diff suppressed because it is too large
Load Diff
|
|
@ -11,17 +11,17 @@ function NiuQiChongTianPanel:New(gameObject)
|
||||||
return b
|
return b
|
||||||
end
|
end
|
||||||
local TabBox = require("Modules/Common/TabBox")
|
local TabBox = require("Modules/Common/TabBox")
|
||||||
local _TabData={ [1] = { default = "Btn_hz_tongyong_002", select = "Btn_hz_tongyong_001", name = Language[12251] , nameNew = "英雄招募" ,rpType = RedPointType.NiuQiChongTian_1},
|
local _TabData={ [1] = { default = "task_bigbtn02", select = "task_bigbtn01", name = Language[12251] , nameNew = "英雄招募" ,rpType = RedPointType.NiuQiChongTian_1},
|
||||||
[2] = { default = "Btn_hz_tongyong_002", select = "Btn_hz_tongyong_001", name = Language[12252] , nameNew = "钻石消耗" ,rpType = RedPointType.NiuQiChongTian_2},
|
[2] = { default = "task_bigbtn02", select = "task_bigbtn01", 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},
|
-- [3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = Language[12253] , nameNew = "极速探索" ,rpType = RedPointType.NiuQiChongTian_3},
|
||||||
}
|
}
|
||||||
local _TabFontColor = { default = Color.New(255 / 255, 255 / 255, 255 / 255, 1),
|
local _TabFontColor = { default = Color.New(255 / 255, 255 / 255, 255 / 255, 1),
|
||||||
select = Color.New(255 / 255, 255 / 255, 255 / 255, 1)}
|
select = Color.New(255 / 255, 255 / 255, 255 / 255, 1)}
|
||||||
|
|
||||||
local BtnState ={
|
local BtnState ={
|
||||||
[0] = {ImgName = "Btn_hz_cheng_01",Text = Language[10556]},
|
[0] = {ImgName = "X1_shouzha_yeqianxuanzhong_03",Text = Language[10556]},
|
||||||
[1] = {ImgName = "Btn_hz_cheng_01",Text = Language[11948]},
|
[1] = {ImgName = "X1_shouzha_yeqianxuanzhong_03",Text = Language[11948]},
|
||||||
[2] = {ImgName = "Btn_hz_lan_01",Text = Language[10101]},
|
[2] = {ImgName = "X1_shouzha_yeqianxuanzhong_01",Text = Language[10101]},
|
||||||
}
|
}
|
||||||
|
|
||||||
--初始化组件(用于子类重写)
|
--初始化组件(用于子类重写)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue