소스 검색

tag the terrain material diffuse tool label with more context
the name alone doesn't make it clear that that texture is stretched over the whole map and sampled to create the _basetex.dds files

AzaezelX 2 년 전
부모
커밋
b72472ee05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Templates/BaseGame/game/tools/worldEditor/gui/guiTerrainMaterialDlg.ed.gui

+ 1 - 1
Templates/BaseGame/game/tools/worldEditor/gui/guiTerrainMaterialDlg.ed.gui

@@ -195,7 +195,7 @@ $guiContent = new GuiControl(TerrainMaterialDlg,EditorGuiGroup) {
                tooltip = "Change the Active Diffuse Map for this layer";
             };
             new GuiTextCtrl() {
-               text = "Diffuse";
+               text = "Diffuse (Overlay)";
                position = "56 -3";
                extent = "39 18";
                profile = "EditorTextProfile";