소스 검색

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;