mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 13:30:34 +00:00
Merge pull request #540 from Areloch/ParticleEmitterButtonImageFix
Fixes new emitter button bitmap to proper fieldname
This commit is contained in:
commit
1dafb3463e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue