mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Merge pull request #981 from Azaezel/alpha41/contextClues
tag the terrain material diffuse tool label with more context
This commit is contained in:
commit
393077d2df
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ $guiContent = new GuiControl(TerrainMaterialDlg,EditorGuiGroup) {
|
||||||
tooltip = "Change the Active Diffuse Map for this layer";
|
tooltip = "Change the Active Diffuse Map for this layer";
|
||||||
};
|
};
|
||||||
new GuiTextCtrl() {
|
new GuiTextCtrl() {
|
||||||
text = "Diffuse";
|
text = "Diffuse (Overlay)";
|
||||||
position = "56 -3";
|
position = "56 -3";
|
||||||
extent = "39 18";
|
extent = "39 18";
|
||||||
profile = "EditorTextProfile";
|
profile = "EditorTextProfile";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue