From 7d25ecd8f6f380be990ece667e5422b1ac5843a0 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 20 十月 2025 17:26:29 +0800
Subject: [PATCH] 143 演武场-客户端 布阵界面直接跳转到竞技场防御标签
---
Main/Component/UI/Common/FontSwitch.cs | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/Main/Component/UI/Common/FontSwitch.cs b/Main/Component/UI/Common/FontSwitch.cs
index 997a11d..d82cc72 100644
--- a/Main/Component/UI/Common/FontSwitch.cs
+++ b/Main/Component/UI/Common/FontSwitch.cs
@@ -15,16 +15,15 @@
[ExecuteAlways]
private void Awake()
{
- // TODO YYL
- // switch (m_FontType)
- // {
- // case FontType.Preferred:
- // text.font = FontUtility.preferred;
- // break;
- // case FontType.Secondary:
- // text.font = FontUtility.secondary;
- // break;
- // }
+ switch (m_FontType)
+ {
+ case FontType.Preferred:
+ text.font = FontUtility.preferred;
+ break;
+ case FontType.Secondary:
+ text.font = FontUtility.secondary;
+ break;
+ }
}
public enum FontType
--
Gitblit v1.8.0