(client) chore:调整字体大小

This commit is contained in:
m0_75251201
2025-07-19 19:01:59 +08:00
parent 996b2d8a9f
commit 979481a959
8 changed files with 1197 additions and 946 deletions

View File

@ -0,0 +1,10 @@
namespace Base
{
public class UIInputControl:Utils.MonoSingleton<UIInputControl>
{
protected override void OnStart()
{
}
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 66ec6c65c80a43e799c1cb67fc9f7691
timeCreated: 1752922425

View File

@ -6,6 +6,8 @@ public class Program : MonoBehaviour
private void Awake()
{
UnityLogger.Init();
Managers.DefineManager.Instance.Init();
Base.UIInputControl.Instance.isGlobal = true;
}
private void Start()