灵兽养成界面本地化

xiyou_yueNanZhengshi
DESKTOP-MMO982B\User 2024-09-18 20:41:12 +08:00
parent baaea164f0
commit e77f126aeb
2 changed files with 5 additions and 5 deletions

View File

@ -7674,7 +7674,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 21300000, guid: 784672908efe10948b4b0f65b54d2790, type: 3}
m_Sprite: {fileID: 21300000, guid: 7264a50d9d590944293de293d41b54eb, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -10907,7 +10907,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 21300000, guid: 5d5b170ddf0c8474ba8f28857d07ebc0, type: 3}
m_Sprite: {fileID: 21300000, guid: 13ec1c99249cc6c45bc36fb821eb7118, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -12085,7 +12085,7 @@ MonoBehaviour:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 21300000, guid: 67e72377fd55cdb41aad3feaaede0572, type: 3}
m_Sprite: {fileID: 21300000, guid: 5017c5b2da204b84f8f6e60e62f3da37, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1

View File

@ -16,8 +16,8 @@ local allAddProVal={}--所有属性加成值
local isClickLeftOrRightBtn = true--点击左右按钮切换灵兽播放动画状态
local upZhenDidis
local TabBox = require("Modules/Common/TabBox")
local _TabData={ [1] = { default = "lingshou_lingshouliebao_zh", select = "lingshou_lingshouliebao_zh", name = Language[11533] },
[2] = { default = "lingshou_chuzhanjiacheng_zh", select = "lingshou_chuzhanjiacheng_zh", name = Language[11211] },
local _TabData={ [1] = { default = "lingshou_lingshouliebao", select = "lingshou_lingshouliebao", name = Language[11533] },
[2] = { default = "lingshou_chuzhanjiacheng", select = "lingshou_chuzhanjiacheng", name = Language[11211] },
}
local _TabFontColor = { default = Color.New(255 / 255, 244 / 255, 217 / 255, 1),