Plugin that allows to draw simple shapes with collision boxes.
Currently available nodes:
- RegularPolygon2D
The node supports the following:
- ✅ Quickly create polygons with equal sides and angles.
- ✅ Add a custom border to polygons.
- ✅ Add texture [e.g. gradient texture] to polygon.
- ✅ Automatically configures collision shape of eligable parent nodes at the editor and at run-time. [e.g. RigidBody2D].
Setting visual appearance of a regular polygon.
Autimatically setting collision shape for the regular polygon (can be turned on/off).
- RegularPolygon2D module is based on RoboYorkie's implementation: https://github.com/RoboYorkie/Godot_RegularPolygon2D/blob/master/addons/regular_polygon2d_node/RegularPolygon2D.gd