|
@@ -64,7 +64,7 @@ namespace CommonAI.Zone.ZoneEditor
|
|
|
[DescAttribute("Color(ARGB)", "地图显示", true, null)]
|
|
|
public int LableColor = ColorValueAttribute. FromARGB(0xff, 0xff, 0xff, 0xff);
|
|
|
[DescAttribute("字号", "地图显示")]
|
|
|
- public int LableSize = 21;
|
|
|
+ public int LableSize = 20;
|
|
|
[DescAttribute("是否描边", "地图显示")]
|
|
|
public bool LableOutline = false;
|
|
|
|