Jelajahi Sumber

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

zhaohua 3 tahun lalu
induk
melakukan
97287a08c8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;