【牛气冲天】翻译修改
parent
5ef984d782
commit
6117dd2363
|
@ -8665,7 +8665,7 @@ MonoBehaviour:
|
|||
m_RichText: 1
|
||||
m_HorizontalOverflow: 0
|
||||
m_VerticalOverflow: 0
|
||||
m_LineSpacing: 1
|
||||
m_LineSpacing: 0.8
|
||||
m_Text: "\u795E\u5C06\u7F6E\u6362"
|
||||
LanguageIndex: 10337
|
||||
--- !u!1 &7063237023464100415
|
||||
|
|
|
@ -2399,8 +2399,8 @@ RectTransform:
|
|||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_AnchorMin: {x: 0.5, y: 0.5}
|
||||
m_AnchorMax: {x: 0.5, y: 0.5}
|
||||
m_AnchoredPosition: {x: -13.299999, y: -126.99999}
|
||||
m_SizeDelta: {x: 835.3, y: 74.7}
|
||||
m_AnchoredPosition: {x: -13.299999, y: -148.1}
|
||||
m_SizeDelta: {x: 835.3, y: 116.8}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &5328007497398450486
|
||||
CanvasRenderer:
|
||||
|
|
|
@ -160,7 +160,7 @@ function NiuQiChongTian:SingleDataShow(go, index,data)
|
|||
local shadow = Util.GetGameObject(go, "shadow")
|
||||
|
||||
local shows = data.Reward
|
||||
title.text = data.Text
|
||||
title.text = GetLanguageStrById(data.Text)
|
||||
redPoint:SetActive(data.state == 1)
|
||||
btn.interactable = data.state ~= 2
|
||||
btnImg.sprite = Util.LoadSprite(BtnState[data.state].ImgName)
|
||||
|
|
|
@ -123,7 +123,7 @@ end
|
|||
|
||||
-- 打开,重新打开时回调
|
||||
function RewardBoxPanel:OnShow()
|
||||
this.name.text = itemConfig[this.itemId].Name
|
||||
this.name.text = GetLanguageStrById(itemConfig[this.itemId].Name)
|
||||
itemList={}
|
||||
curId = nil
|
||||
tagNum = 1
|
||||
|
|
|
@ -18,6 +18,7 @@ function SettingPlayerRide:InitComponent(gameObject)
|
|||
this.live2dRootParent = Util.GetGameObject(gameObject, "live2dRootParent")
|
||||
this.live2dRootParent2 = Util.GetGameObject(gameObject, "live2dRootParent2")
|
||||
this.name = Util.GetGameObject(gameObject, "name/Text"):GetComponent("Text")
|
||||
SetTextVerTial(this.name,Vector3.New(120,0,0),nil,nil,5)
|
||||
Util.GetGameObject(gameObject, "skinProInfo/getInfoImage/Text"):GetComponent("Text").text = Language[11829]
|
||||
this.getInfo = Util.GetGameObject(gameObject, "skinProInfo/getInfo"):GetComponent("Text")
|
||||
Util.GetGameObject(gameObject, "skinProInfo/proImage/Text"):GetComponent("Text").text = Language[11965]
|
||||
|
@ -135,8 +136,8 @@ function this.SingleRideClickShowInfo(data,go)
|
|||
local isGet,isUser = PlayerManager.userMountList[curPlayerHeadIconConfig.Id],curUserRideId == curPlayerHeadIconConfig.Id
|
||||
curItemConfig = ConfigManager.GetConfigData(ConfigName.ItemConfig,curPlayerHeadIconConfig.ItemId)
|
||||
local rideData = PlayerManager.userMountList[curPlayerHeadIconConfig.Id]
|
||||
this.name.text = curItemConfig.Name
|
||||
this.getInfo.text = curItemConfig.ItemDescribe
|
||||
this.name.text = GetLanguageStrById(curItemConfig.Name)
|
||||
this.getInfo.text = GetLanguageStrById(curItemConfig.ItemDescribe)
|
||||
this.scrollViewPro:SetData(curPlayerHeadIconConfig.UnlockProperty,function(index,root)
|
||||
local propertyConfig = ConfigManager.GetConfigData(ConfigName.PropertyConfig, curPlayerHeadIconConfig.UnlockProperty[index][1])
|
||||
Util.GetGameObject(root, "proValue"):GetComponent("Text").text = GetLanguageStrById(propertyConfig.Info).." ".. GetPropertyFormatStr(propertyConfig.Style, curPlayerHeadIconConfig.UnlockProperty[index][2])
|
||||
|
|
Loading…
Reference in New Issue