Commit 69ee13db authored by mercury233's avatar mercury233

default font size

parent 0b54818d
...@@ -75,7 +75,7 @@ public class CardDescription : Servant ...@@ -75,7 +75,7 @@ public class CardDescription : Servant
lineSprite = UIHelper.getByName<UISprite>(gameObject, "line"); lineSprite = UIHelper.getByName<UISprite>(gameObject, "line");
try try
{ {
description.textLabel.fontSize = int.Parse(Config.Get("fontSize", "24")); description.textLabel.fontSize = int.Parse(Config.Get("fontSize", "16"));
} }
catch (Exception e) catch (Exception e)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment