mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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";
|
groupNum = "-1";
|
||||||
buttonType = "PushButton";
|
buttonType = "PushButton";
|
||||||
useMouseEvents = "0";
|
useMouseEvents = "0";
|
||||||
bitmap = "ToolsModule:new_image";
|
bitmapAsset = "ToolsModule:new_image";
|
||||||
tooltip = "Create New Emitter";
|
tooltip = "Create New Emitter";
|
||||||
};
|
};
|
||||||
new GuiBitmapButtonCtrl() {
|
new GuiBitmapButtonCtrl() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue