This is a collection of GDScript files I wrote, that might be useful to others. Feel free to use them however you like! Follow me on Mastodon or X for demonstrations and more.
A node like AudioStreamPlayer2D
, but plays from a polygonal area rather than a single point.
A node for free-form destruction (and creation) of polygonal terrain. Define the initial terrain with Polygon2D
children, then call destruct
on it to erase a polygonal area.
A node that adds mouse, keyboard and gesture zooming, panning and dragging to Camera2D
.
A node for drawing textured circles, arcs and ellipses, with optional collision.