فهرست منبع

Merge pull request #981 from Azaezel/alpha41/contextClues

tag the terrain material diffuse tool label with more context
Brian Roberts 2 سال پیش
والد
کامیت
393077d2df
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";