神兵帮助

dev_chengFeng
yuanshuai 2023-04-07 11:13:15 +08:00
parent fc26bf5c5d
commit 0b3e5511b2
2 changed files with 2 additions and 1 deletions

View File

@ -2001,6 +2001,7 @@ HELP_TYPE = {
HomeLand = 126,
PowerRice = 127,--战力冲刺
GodPrint=129,--神印
GodWeapon=139,--神兵玩法
}
NumToComplexFont = {

View File

@ -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)