mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 23:05:38 +00:00
Implementation of Nils' UI work for updated theming, functionality and style for the editors suite
This commit is contained in:
parent
dc1d6e7d9d
commit
33f35d35d4
908 changed files with 15381 additions and 3065 deletions
|
|
@ -49,6 +49,28 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiBitmapButtonCtrl(GHLogo) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "0";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "8 2";
|
||||
Extent = "24 24";
|
||||
MinExtent = "24 24";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Torque3D";
|
||||
hovertime = "1000";
|
||||
bitmapAsset = "ToolsModule:menu_logo";
|
||||
groupNum = "0";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
|
||||
new GuiStackControl(GuiEditorToolbarStack) {
|
||||
stackingType = "Horizontal";
|
||||
|
|
@ -60,8 +82,8 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
dynamicPos = "0";
|
||||
changeChildSizeToFit = "0";
|
||||
changeChildPosition = "1";
|
||||
position = "0 0";
|
||||
extent = "885 32";
|
||||
position = "36 2";
|
||||
extent = "885" SPC getWord(EditorGuiToolbar.extent, 1) -2;
|
||||
minExtent = "16 16";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
|
|
@ -75,8 +97,8 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
canSaveDynamicFields = "0";
|
||||
|
||||
new GuiBitmapButtonCtrl(GHWorldEditor) {
|
||||
bitmapAsset = "ToolsModule:world_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapAsset = "ToolsModule:world_n_image";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -97,8 +119,8 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapButtonCtrl(GHGuiEditor) {
|
||||
bitmapAsset = "ToolsModule:gui_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapAsset = "ToolsModule:gui_n_image";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "0";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -119,7 +141,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:playbutton_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "0";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -141,7 +163,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
BitmapAsset = "ToolsModule:settings_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
useModifiers = "0";
|
||||
useStates = "1";
|
||||
|
|
@ -166,15 +188,17 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
canSave = "1";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
|
||||
new GuiBitmapCtrl() {
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
bitmapAsset = "ToolsModule:separator_xt_h_image";
|
||||
bitmapMode = "Centered";
|
||||
wrap = "0";
|
||||
isContainer = "0";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "130 3";
|
||||
extent = "2 26";
|
||||
extent = "9 26";
|
||||
minExtent = "1 1";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
|
|
@ -182,36 +206,43 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
internalName = AssetBrowserBtn;
|
||||
Enabled = "1";
|
||||
isContainer = "0";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "98 3";
|
||||
Extent = "29 27";
|
||||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "AssetBrowser.toggleDialog();";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Asset Browser";
|
||||
hovertime = "750";
|
||||
bitmapAsset = "ToolsModule:menuGrid_image";
|
||||
bitmapMode = "Stretched";
|
||||
buttonType = "PushButton";
|
||||
groupNum = "0";
|
||||
bitmapAsset = "ToolsModule:assetBrowser_n_image";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
useModifiers = "0";
|
||||
useStates = "1";
|
||||
masked = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
useMouseEvents = "0";
|
||||
};
|
||||
position = "98 3";
|
||||
Extent = "33 27";
|
||||
minExtent = "8 8";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
profile = "ToolsGuiButtonProfile";
|
||||
visible = "1";
|
||||
active = "1";
|
||||
Command = "AssetBrowser.toggleDialog();";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
tooltip = "Open the Asset Browser";
|
||||
hovertime = "1000";
|
||||
isContainer = "0";
|
||||
internalName = "AssetBrowserBtn";
|
||||
canSave = "1";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
|
||||
new GuiBitmapCtrl() {
|
||||
Enabled = "1";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
position = "160 3";
|
||||
Extent = "2 26";
|
||||
Extent = "9 26";
|
||||
MinExtent = "1 1";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
bitmapAsset = "ToolsModule:separator_xt_h_image";
|
||||
bitmapMode = "Centered";
|
||||
};
|
||||
new GuiPopUpMenuCtrl(GuiEditorContentList) {
|
||||
maxPopupHeight = "200";
|
||||
|
|
@ -266,14 +297,15 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
bitmapAsset = "ToolsModule:separator_xt_h_image";
|
||||
bitmapMode = "Centered";
|
||||
wrap = "0";
|
||||
isContainer = "0";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "center";
|
||||
position = "307 3";
|
||||
extent = "2 26";
|
||||
extent = "9 26";
|
||||
minExtent = "1 1";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
|
|
@ -283,7 +315,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl(GuiEditorSnapCheckBox) {
|
||||
bitmapAsset = "ToolsModule:snap_grid_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
|
|
@ -304,7 +336,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl(GuiEditorEdgeSnapping_btn) {
|
||||
bitmapAsset = "ToolsModule:edgesnap_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
|
|
@ -312,10 +344,10 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
isContainer = "0";
|
||||
profile = "ToolsGuiButtonProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "center";
|
||||
vertSizing = "center";
|
||||
position = "31 0";
|
||||
extent = "29 27";
|
||||
minExtent = "21 21";
|
||||
minExtent = "21 21";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
command = "GuiEditor.toggleEdgeSnap();";
|
||||
|
|
@ -326,7 +358,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl(GuiEditorCenterSnapping_btn) {
|
||||
bitmapAsset = "ToolsModule:centersnap_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "ToggleButton";
|
||||
|
|
@ -334,10 +366,10 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
isContainer = "0";
|
||||
profile = "ToolsGuiButtonProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "center";
|
||||
vertSizing = "center";
|
||||
position = "62 0";
|
||||
extent = "29 27";
|
||||
minExtent = "21 21";
|
||||
minExtent = "21 21";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
command = "GuiEditor.toggleCenterSnap();";
|
||||
|
|
@ -346,25 +378,25 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
wrap = "0";
|
||||
isContainer = "0";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "415 3";
|
||||
extent = "2 26";
|
||||
minExtent = "1 1";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmapAsset = "ToolsModule:separator_xt_h_image";
|
||||
wrap = "0";
|
||||
isContainer = "0";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "415 3";
|
||||
extent = "9 26";
|
||||
minExtent = "1 1";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:align_left_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -375,7 +407,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
vertSizing = "bottom";
|
||||
position = "0 0";
|
||||
extent = "29 27";
|
||||
minExtent = "21 21";
|
||||
minExtent = "21 21";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
command = "GuiEditor.Justify(0);";
|
||||
|
|
@ -386,7 +418,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:vertical_center_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -408,7 +440,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:align_right_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -430,7 +462,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:align_top_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -441,7 +473,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
vertSizing = "bottom";
|
||||
position = "0 0";
|
||||
extent = "29 27";
|
||||
minExtent = "21 21";
|
||||
minExtent = "21 21";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
command = "GuiEditor.Justify(3);";
|
||||
|
|
@ -452,7 +484,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:horizontal_center_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -474,7 +506,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:align_bottom_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -494,41 +526,25 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
wrap = "0";
|
||||
isContainer = "0";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "582 3";
|
||||
extent = "2 26";
|
||||
minExtent = "1 1";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
wrap = "0";
|
||||
isContainer = "0";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "639 3";
|
||||
extent = "2 26";
|
||||
minExtent = "1 1";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmapAsset = "ToolsModule:separator_xt_h_image";
|
||||
wrap = "0";
|
||||
isContainer = "0";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "582 3";
|
||||
extent = "9 26";
|
||||
minExtent = "1 1";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:send_to_back_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -550,7 +566,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:bring_to_front_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -570,9 +586,25 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmapAsset = "ToolsModule:separator_xt_h_image";
|
||||
wrap = "0";
|
||||
isContainer = "0";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "639 3";
|
||||
extent = "9 26";
|
||||
minExtent = "1 1";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:distribute_horizontal_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -594,7 +626,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:distribute_vertical_n_image";
|
||||
bitmapMode = "Stretched";
|
||||
bitmapMode = "Centered";
|
||||
autoFitExtents = "0";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -823,6 +855,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
new GuiPanel() {
|
||||
position = "0 0";
|
||||
extent = "222 337";
|
||||
Profile = "ToolsGuiPaneProfile";
|
||||
|
||||
new GuiTextEditCtrl( GuiEditorTreeFilter ) {
|
||||
position = "2 4";
|
||||
|
|
@ -997,7 +1030,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
Profile = "GuiInspectorFieldInfoMLTextProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "top";
|
||||
position = "0 349";
|
||||
position = "8 349";
|
||||
Extent = "213 13";
|
||||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
|
|
@ -1066,6 +1099,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
new GuiPanel() {
|
||||
position = "0 0";
|
||||
extent = "222 337";
|
||||
Profile = "ToolsGuiPaneProfile";
|
||||
|
||||
new GuiTextEditCtrl( GuiEditorProfilesTreeFilter ) {
|
||||
position = "2 4";
|
||||
|
|
@ -1303,7 +1337,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
Profile = "GuiInspectorFieldInfoMLTextProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "top";
|
||||
position = "0 349";
|
||||
position = "8" SPC getWord(GuiEditorSidebar.extent, 1) - 38;
|
||||
Extent = "213 13";
|
||||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
|
|
@ -1318,7 +1352,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
};
|
||||
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:delete_n_image";
|
||||
bitmapAsset = "ToolsModule:reset_icon_n_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -1337,7 +1371,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:delete_n_image";
|
||||
bitmapAsset = "ToolsModule:copy_btn_n_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
@ -1356,7 +1390,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
|||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
bitmapAsset = "ToolsModule:delete_n_image";
|
||||
bitmapAsset = "ToolsModule:iconNew_image";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue