三国卡牌客户端基础资源仓库
hch
2025-10-19 053c4fd8be9977c0e26439a0f084494e25805208
Assets/Editor/Tool/PrefabCreateTool.cs
@@ -139,6 +139,8 @@
        text.fontSize = 22;
        text.alignment = TextAnchor.MiddleCenter;
        text.raycastTarget = false;
        text.horizontalOverflow = HorizontalWrapMode.Overflow;
        text.verticalOverflow = VerticalWrapMode.Overflow;
        SetParent(instance);
    }