godot icon indicating copy to clipboard operation
godot copied to clipboard

Added option to center image when loading particle emission mask

Open bgie opened this issue 1 year ago • 0 comments

I messed up pull request 78583 by working on master and some rebasing/resetting and force pushing. This is a recreation of that pull request with a change as commented by @KoBeWi

The dialog now looks like: Screenshot 2023-07-02 121740

Recap: when loading an image to use as a particle emission mask, the option to center the image is now available. The centering is applied when generating the mask, so no extra runtime cost is involved.

Fixes https://github.com/godotengine/godot/issues/16411

bgie avatar Jul 02 '23 10:07 bgie