浏览代码

mmo-21344:Editor加一个大地图标注功能,支持选入一张地图png,在其上添加文字,策划新提需求

zhaohua 3 年之前
父节点
当前提交
97287a08c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Common/CommonAI/Zone/ZoneEditor/EditorDatas.cs

+ 1 - 1
Common/CommonAI/Zone/ZoneEditor/EditorDatas.cs

@@ -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;