帮助位置修改
parent
5c62cc19a7
commit
62a0d2f41a
File diff suppressed because it is too large
Load Diff
|
@ -1412,7 +1412,7 @@ HELP_TYPE = {
|
|||
XuanYuanMirror=63,--轩辕宝镜
|
||||
XuanYuanMirror=66,--轩辕宝镜
|
||||
GuildTranscripe=67,--公会副本
|
||||
QingLongSerectTreasure=68,--公会副本
|
||||
QingLongSerectTreasure=68,--青龙秘宝
|
||||
}
|
||||
|
||||
NumToComplexFont = {
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue