帮助位置修改

dev_chengFeng
jiaoyangna 2020-08-25 11:52:27 +08:00
parent 5c62cc19a7
commit 62a0d2f41a
3 changed files with 539 additions and 517 deletions

View File

@ -1412,7 +1412,7 @@ HELP_TYPE = {
XuanYuanMirror=63,--轩辕宝镜
XuanYuanMirror=66,--轩辕宝镜
GuildTranscripe=67,--公会副本
QingLongSerectTreasure=68,--公会副本
QingLongSerectTreasure=68,--青龙秘宝
}
NumToComplexFont = {

View File

@ -11,7 +11,7 @@ local itemsList={}
function this:InitComponent(gameObject)
--topBar/btnBack
this.gameObject = gameObject
this.quesBtn = Util.GetGameObject(this.gameObject, "bg/topBar/quesBtn")
this.quesBtn = Util.GetGameObject(this.gameObject, "bg/quesBtn")
this.helpPosition= this.quesBtn:GetComponent("RectTransform").localPosition
this.tips = Util.GetGameObject(this.gameObject, "bg/topBar/tips"):GetComponent("Text")
this.time = Util.GetGameObject(this.gameObject, "bg/topBar/time/Text"):GetComponent("Text")