mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Fixes new emitter button bitmap to proper fieldname
This commit is contained in:
parent
773a90f1ed
commit
19ba408354
|
|
@ -214,7 +214,7 @@ $PE_guielement_ext_colorpicker = "18 18";
|
|||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "ToolsModule:new_image";
|
||||
bitmapAsset = "ToolsModule:new_image";
|
||||
tooltip = "Create New Emitter";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue