替换底图

dev_chengFeng
zhangqiang 2020-08-26 15:18:44 +08:00
parent 15f355b402
commit 63ce11cda4
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1023 KiB

After

Width:  |  Height:  |  Size: 1024 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 KiB

After

Width:  |  Height:  |  Size: 1021 KiB

View File

@ -1410,7 +1410,7 @@ HELP_TYPE = {
TreasureResolve=60, --宝物分解 TreasureResolve=60, --宝物分解
HeroReplacement=61,--神将置换 HeroReplacement=61,--神将置换
HeroCompound=62,--神将合成 HeroCompound=62,--神将合成
XuanYuanMirror=63,--轩辕宝镜 TalismanResolve=63,--法宝归元
XuanYuanMirror=66,--轩辕宝镜 XuanYuanMirror=66,--轩辕宝镜
GuildTranscripe=67,--公会副本 GuildTranscripe=67,--公会副本
QingLongSerectTreasure=68,--青龙秘宝 QingLongSerectTreasure=68,--青龙秘宝

View File

@ -31,7 +31,7 @@ end
function this:BindEvent() function this:BindEvent()
Util.AddClick(this.helpBtn,function() Util.AddClick(this.helpBtn,function()
UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.Resolve_Recall,this.helpPos.x,this.helpPos.y) UIManager.OpenPanel(UIName.HelpPopup,HELP_TYPE.TalismanResolve,this.helpPos.x,this.helpPos.y)
end) end)
Util.AddClick(this.confirmBtn,function() Util.AddClick(this.confirmBtn,function()
if tonumber(LengthOfTable(selectHeroData))==0 then if tonumber(LengthOfTable(selectHeroData))==0 then