Merge pull request #981 from Azaezel/alpha41/contextClues

tag the terrain material diffuse tool label with more context
This commit is contained in:
Brian Roberts 2023-03-07 04:21:29 -06:00 committed by GitHub
commit 393077d2df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";