This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## ElectricArcLine.gd — Godot 4 Procedural Shader Arc | |
| ## © 2026 十三无言 (ShisanWuyan), MIT License | |
| ## | |
| ## Spawns a directional electric arc between two points in a parent node's | |
| ## local coordinate space. No external textures required — gradient and | |
| ## noise are generated procedurally at runtime. | |
| ## | |
| ## Depends on (CC0, download separately): | |
| ## https://godotshaders.com/shader/2d-electric-arc-plasma-effect/ | |
| ## Save as: res://Assets/Shaders/electric_arc.gdshader |