Browse Source

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

zhaohua 3 years ago
parent
commit
97287a08c8
1 changed files with 1 additions and 1 deletions
  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)]
         [DescAttribute("Color(ARGB)", "地图显示", true, null)]
         public int LableColor = ColorValueAttribute. FromARGB(0xff, 0xff, 0xff, 0xff);
         public int LableColor = ColorValueAttribute. FromARGB(0xff, 0xff, 0xff, 0xff);
         [DescAttribute("字号", "地图显示")]
         [DescAttribute("字号", "地图显示")]
-        public int LableSize = 21;
+        public int LableSize = 20;
         [DescAttribute("是否描边", "地图显示")]
         [DescAttribute("是否描边", "地图显示")]
         public bool LableOutline = false;
         public bool LableOutline = false;