New extension: Electric arc painter
Description
Noise extension is needed for this extension to work!
This extension allows to draw electric arcs using noise generation on a shape painter for visual effects.
You can do things like:
- A lightning trail for your characters.
- Flashy visual effects for impactful moments.
- Better looking environment hazards.
- Electrifying explosion effects.
How to use the extension
Firstly, the extension requires the noise generation extension, so install it onto your project to make this one work.
Add the behavior to a shape painter and then you can draw the electric arc with the actions inside, to make it flashier you have to make a variable that acts as the "Seed" which you can use to determine the generation of the lightning line, along with the variation parameters and thickness.
Checklist
- [x] I've followed all of the best practices.
- [x] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
- [x] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
Electric arc draw extension.zip
Extension file
Extension by @Kennoir
You can update the extension on this "Pull Request" by commenting the update command: in the comment field, type !update, then drag and drop a zip file with your extension file in the commenting field, like how you initially submitted the extension. It should look like this:
!update [MyExtension.zip](https://github.com/GDevelopApp/GDevelop-extensions/files/12709661/MyExtension.zip)
It can take a few seconds for the file to fully upload and show as the above. Once it is like shown above, click "Comment" and let the bot do the rest!
Thank you for submitting an extension.
Have you considered naming it something like "Electric arc" to avoid any confusion with lighting and shadows effects?