Commit 69ee13db authored by mercury233's avatar mercury233

default font size

parent 0b54818d
......@@ -75,7 +75,7 @@ public class CardDescription : Servant
lineSprite = UIHelper.getByName<UISprite>(gameObject, "line");
try
{
description.textLabel.fontSize = int.Parse(Config.Get("fontSize", "24"));
description.textLabel.fontSize = int.Parse(Config.Get("fontSize", "16"));
}
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