xiyou_sanguo
parent
7ee4f0fa5e
commit
5ee663a99e
|
|
@ -19,7 +19,7 @@ function SettingPlayerRide:InitComponent(gameObject)
|
||||||
this.live2dRootParent = Util.GetGameObject(gameObject, "live2dRootParent")
|
this.live2dRootParent = Util.GetGameObject(gameObject, "live2dRootParent")
|
||||||
this.live2dRootParent2 = Util.GetGameObject(gameObject, "live2dRootParent2")
|
this.live2dRootParent2 = Util.GetGameObject(gameObject, "live2dRootParent2")
|
||||||
this.name = Util.GetGameObject(gameObject, "name/Text"):GetComponent("Text")
|
this.name = Util.GetGameObject(gameObject, "name/Text"):GetComponent("Text")
|
||||||
SetTextVerTial(this.name, Vector3.New(120, 10, 0), nil, nil, 5)
|
--SetTextVerTial(this.name, Vector3.New(120, 10, 0), nil, nil, 5)
|
||||||
Util.GetGameObject(gameObject, "skinProInfo/getInfoImage/Text"):GetComponent("Text").text = Language[12765]
|
Util.GetGameObject(gameObject, "skinProInfo/getInfoImage/Text"):GetComponent("Text").text = Language[12765]
|
||||||
this.getInfo = Util.GetGameObject(gameObject, "skinProInfo/getInfo"):GetComponent("Text")
|
this.getInfo = Util.GetGameObject(gameObject, "skinProInfo/getInfo"):GetComponent("Text")
|
||||||
Util.GetGameObject(gameObject, "skinProInfo/proImage/Text"):GetComponent("Text").text = Language[11823]
|
Util.GetGameObject(gameObject, "skinProInfo/proImage/Text"):GetComponent("Text").text = Language[11823]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue