Merge branch 'china/dev_bt' of http://60.1.1.230/gaoxin/JL_Client into china/dev_bt

dev_chengFeng
shihongyi 2022-12-01 02:20:32 +08:00
commit a35fe3f22f
3 changed files with 3 additions and 0 deletions

View File

@ -1743,6 +1743,7 @@ FUNCTION_OPEN_TYPE = {
Hot_Hero_Rank=132,--神将热榜
NewShenzun=133,--新神尊特权
XIUWEI=136,--主角修为
FightJump=137, --战斗跳过
Number_Game=149,--数字游戏
}

View File

@ -273,6 +273,7 @@ ConfigName = {
ChangingCardStar = "ChangingCardStar",
SuperZhenChong="SuperZhenChong",
RewardItemConfig="RewardItemConfig",
HotRanking="HotRanking",
}
require "Framework/GameDataBase"

View File

@ -179,6 +179,7 @@ function this:InitComponent()
this.fightlevelconditionBar = Util.GetGameObject(self.transform, "FightLevelConditionBar")
this.fightlevelconditionBar:SetActive(false)
this.jumpFightObj=Util.GetGameObject(self.transform, "jumpFight")
this.jumpFightObj:SetActive(CheckFunctionOpen(FUNCTION_OPEN_TYPE.FightJump))
this.jumpFightBtn=Util.GetGameObject(self.transform, "jumpFight/btn")
this.jumpFightGou=Util.GetGameObject(self.transform, "jumpFight/Image")
end