2D edge burn shader for Godot 4. Also see 3D dissolve burn shader for Godot 4.3.
Adding more electrical effect:
Breakdown
- initially, pixels whole noise threshold values are less then given threshold are made transparent.
- secondly, a neon burn effect is added to borders.
- will write a detailed tutorial after some time with code.