Merge pull request #540 from Areloch/ParticleEmitterButtonImageFix

Fixes new emitter button bitmap to proper fieldname
This commit is contained in:
Brian Roberts 2021-08-18 12:16:08 -05:00 committed by GitHub
commit 1dafb3463e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {