From 4115268effcdf04c2f088ec4ca6a27d2bdf5d62d Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Mon, 16 Sep 2024 17:20:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AE=BE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prefabs/UI/Guild/DeathPos/DeathPosPanel.prefab | 2 +- .../Prefabs/UI/Popup/PlayerInfoPopup.prefab | 12 ++++++------ .../Prefabs/UI/Popup/RoleInfoPopup.prefab | 2 +- .../~Lua/Modules/Arena/ArenaManager.lua | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Assets/ManagedResources/Prefabs/UI/Guild/DeathPos/DeathPosPanel.prefab b/Assets/ManagedResources/Prefabs/UI/Guild/DeathPos/DeathPosPanel.prefab index 6969352d55..a8b5864df8 100644 --- a/Assets/ManagedResources/Prefabs/UI/Guild/DeathPos/DeathPosPanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Guild/DeathPos/DeathPosPanel.prefab @@ -598,7 +598,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &3130817349849997545 RectTransform: m_ObjectHideFlags: 0 diff --git a/Assets/ManagedResources/Prefabs/UI/Popup/PlayerInfoPopup.prefab b/Assets/ManagedResources/Prefabs/UI/Popup/PlayerInfoPopup.prefab index 09e1145833..01045cfec1 100644 --- a/Assets/ManagedResources/Prefabs/UI/Popup/PlayerInfoPopup.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Popup/PlayerInfoPopup.prefab @@ -52114,7 +52114,7 @@ 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: 0.0000039726115, y: 10} + m_AnchoredPosition: {x: 0.000004059261, y: 10} m_SizeDelta: {x: 0, y: 180} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &7559439943759304843 @@ -127505,8 +127505,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 355, y: -51.99994} - m_SizeDelta: {x: 750, y: 71} + m_AnchoredPosition: {x: 346.77, y: -43.75} + m_SizeDelta: {x: 766.46, y: 87.5} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &3113179111301166508 CanvasRenderer: @@ -127537,7 +127537,7 @@ MonoBehaviour: m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null m_Sprite: {fileID: 21300000, guid: 895edaf5020aff14bb6181683b0ba980, type: 3} - m_Type: 0 + m_Type: 1 m_PreserveAspect: 0 m_FillCenter: 1 m_FillMethod: 4 @@ -132735,7 +132735,7 @@ 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: 0.0000039726115, y: 10} + m_AnchoredPosition: {x: 0.000004059261, y: 10} m_SizeDelta: {x: 0, y: 180} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &4590717861424323818 @@ -215145,7 +215145,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: "\u4E0A\u9635\u540D\u5200:" + m_Text: "\u8D85\u7EA7\u6B66\u5668:" LanguageIndex: 0 --- !u!1 &7214382398585223914 GameObject: diff --git a/Assets/ManagedResources/Prefabs/UI/Popup/RoleInfoPopup.prefab b/Assets/ManagedResources/Prefabs/UI/Popup/RoleInfoPopup.prefab index ebd336a686..514a668a1c 100644 --- a/Assets/ManagedResources/Prefabs/UI/Popup/RoleInfoPopup.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Popup/RoleInfoPopup.prefab @@ -1549,7 +1549,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: "\u9738\u6C14" + m_Text: "\u754C\u795E\u6280" LanguageIndex: 0 --- !u!1 &674291403029130986 GameObject: diff --git a/Assets/ManagedResources/~Lua/Modules/Arena/ArenaManager.lua b/Assets/ManagedResources/~Lua/Modules/Arena/ArenaManager.lua index 46950155b4..7a4b70464b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Arena/ArenaManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Arena/ArenaManager.lua @@ -326,7 +326,7 @@ end -- 获取竞技场赛季名称 function this.GetArenaName() - return "斗牛竞技场" --GetLanguageStrById(ArenaSetting[1].AreanName) + return "宇宙武道会" --GetLanguageStrById(ArenaSetting[1].AreanName) end function this.GetArenaMyRankName() return this.ArenaInfo.rankName