更换按钮
parent
baf6c5b320
commit
99514e3422
|
@ -65,8 +65,8 @@ end
|
|||
|
||||
-- 按钮开闭状态改变
|
||||
local _BtnStatus = {
|
||||
open = {img = "Btn_hz_cheng_01", text = Language[11631], textColor = Color.New(255/255,255/255,255/255,1)},
|
||||
close = {img = "Btn_hz_lan_01", text = Language[11632], textColor = Color.New(139/255,255/255,255/255,1)}
|
||||
open = {img = "X1_shouzha_yeqianxuanzhong_03", text = Language[11631], textColor = Color.New(255/255,255/255,255/255,1)},
|
||||
close = {img = "X1_shouzha_yeqianxuanzhong_01", text = Language[11632], textColor = Color.New(139/255,255/255,255/255,1)}
|
||||
}
|
||||
local function _SetBtnStatus(btn, status)
|
||||
local status = _BtnStatus[status]
|
||||
|
|
Loading…
Reference in New Issue