神兵帮助
parent
fc26bf5c5d
commit
0b3e5511b2
|
|
@ -2001,6 +2001,7 @@ HELP_TYPE = {
|
|||
HomeLand = 126,
|
||||
PowerRice = 127,--战力冲刺
|
||||
GodPrint=129,--神印
|
||||
GodWeapon=139,--神兵玩法
|
||||
}
|
||||
|
||||
NumToComplexFont = {
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ function GodWeaponMainPanel:BindEvent()
|
|||
end)
|
||||
Util.AddClick(this.btnHelp, function()
|
||||
local pos = this.btnHelp.transform.localPosition
|
||||
UIManager.OpenPanel(UIName.HelpPopup, HELP_TYPE.Pokemon, pos.x, pos.y)
|
||||
UIManager.OpenPanel(UIName.HelpPopup, HELP_TYPE.GodWeapon, pos.x, pos.y)
|
||||
end)
|
||||
Util.AddClick(this.btnShop, function()
|
||||
JumpManager.GoJump(3007)
|
||||
|
|
|
|||
Loading…
Reference in New Issue