fix:1、删除部分不用的资源代码。2、a面修复bug

This commit is contained in:
barry
2026-04-28 18:42:00 +08:00
parent 70d45d4705
commit cc12dffbaa
417 changed files with 36736 additions and 40575 deletions
@@ -15,7 +15,7 @@ namespace FairyGUI
/// 4.x: Put the xxx.ttf into /Resources or /Resources/Fonts, and set defaultFont="xxx".
/// 5.x: set defaultFont to system font name(or names joint with comma). e.g. defaultFont="Microsoft YaHei, SimHei"
/// </summary>
public static string defaultFont = "BOONTOOK-ULTRA";
public static string defaultFont = "BalooBhaina-Regular";
[Obsolete("No use anymore")]
public static bool renderingTextBrighterOnDesktop = true;