From b6f94e013be7edc0aa3de2440dd52d2c7e6d9d38 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 27 十月 2025 18:37:18 +0800
Subject: [PATCH] 125 竞技场+伤害展示跟技能名字弹出
---
Main/Component/UI/Core/TextImage.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Main/Component/UI/Core/TextImage.cs b/Main/Component/UI/Core/TextImage.cs
index 796e4d8..e92277e 100644
--- a/Main/Component/UI/Core/TextImage.cs
+++ b/Main/Component/UI/Core/TextImage.cs
@@ -19,8 +19,7 @@
protected override void Awake()
{
base.Awake();
- // todo yyl
- // base.font = FontUtility.preferred;
+ base.font = FontUtility.preferred;
// base.material = MaterialUtility.hudMaterial;
if (sprite != null)
--
Gitblit v1.8.0