From cec146fc3fe287928e075c79ece20a20a9b16b20 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 03 七月 2025 17:17:17 +0800
Subject: [PATCH] 18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 表格问题
---
Assets/Editor/Tool/PrefabCreateTool.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Assets/Editor/Tool/PrefabCreateTool.cs b/Assets/Editor/Tool/PrefabCreateTool.cs
index 2cf810a..6c2d885 100644
--- a/Assets/Editor/Tool/PrefabCreateTool.cs
+++ b/Assets/Editor/Tool/PrefabCreateTool.cs
@@ -1,5 +1,5 @@
锘�//--------------------------------------------------------
-// [Author]: 绗簩涓栫晫
+// [Author]: 鐜╀釜娓告垙
// [ Date ]: Tuesday, October 31, 2017
//--------------------------------------------------------
using UnityEngine;
@@ -134,7 +134,7 @@
public static void CreateTextEx()
{
var instance = new GameObject("TextEx");
- var text = instance.AddComponent<TextEx>();
+ var text = instance.AddComponent<TextEx>();
text.font = FontUtility.preferred;
text.fontSize = 22;
text.alignment = TextAnchor.MiddleCenter;
--
Gitblit v1.8.0