parent
eae0af74e5
commit
dd1f598515
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
@ -13,7 +13,7 @@ local endlessTreasure = ConfigManager.GetConfig(ConfigName.endlessTreasure)
|
|||
this.limiteLevel = 0
|
||||
this.EndlessDrop = {}
|
||||
function this.Initialize()
|
||||
this.JiuYaunLuId = 16
|
||||
this.JiuYaunLuId = 1227
|
||||
this.hungery = false -- 没有行动力了
|
||||
this.leftEnergy = 0 -- 剩余行动力
|
||||
this.totalEnergy = 0 -- 总行动力
|
||||
|
|
|
@ -51,7 +51,7 @@ function this:InitComponent()
|
|||
this.btnFormat=Util.GetGameObject(this.rightDown,"btnFormat")
|
||||
this.btnNode=Util.GetGameObject(this.rightDown,"btnNote")
|
||||
this.btnJiuYuanLu=Util.GetGameObject(this.rightDown,"btnJiuYuanLu")
|
||||
this.btnJiuYuanLu:GetComponent("Image").sprite = this.spLoader:LoadSprite("r_Map_JiuYuanLu")
|
||||
this.btnJiuYuanLu:GetComponent("Image").sprite = this.spLoader:LoadSprite("r_Map_JiuYuanLu_zh")
|
||||
this.centerDown = Util.GetGameObject(self.gameObject, "centerDown")
|
||||
this.BtnBack = Util.GetGameObject(this.centerDown,"bg/btnBack")
|
||||
this.selectHero = Util.GetGameObject(this.centerDown,"selectHero")
|
||||
|
|
Loading…
Reference in New Issue