Breakable 2D Sprites
by The Tech Umbrella | MIT
Traces a sprite's alpha channel into a polygon, shatters it into Voronoi shards, and builds ready-to-place breakable 2D items scenes
Turn any sprite with a transparent background into a solid, hittable, breakable 2D object — no manual collision authoring, no hand-placed cracks. What it does Traces a sprite's alpha channel into a polygon using Godot's own BitMap.opaque_to_polygons — the
Destructible Polygon2D
by Julian Vos | MIT
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. Exported properties: collidable (if true , the node is collidable as a static body in layer 1) free_when_empty (if true , the node is freed
Voxel Destruction
by Terabase Studios | MIT
Allows dynamic voxel destruction with debris along with other voxel features. Allows importing .vox files and damaging with a specialized voxel destruction node. Also adds custom monitors and project settings for a more complete experience
Allows dynamic voxel destruction with debris along with other voxel features. Allows importing .vox files and damaging with a specialized voxel destruction node. Also adds custom monitors and project settings for a more complete experience. Please check
loading more results...