godot-zone
godot-zone copied to clipboard
Godot add-on for easy edition of Area2D rectangular shapes
xphere/godot-zone
I often work with RectangleShape2D shapes inside Area2D nodes.
This add-on makes easier the edition of those shapes.
Features
- Edit multiple rect shapes from single Area2D at once.
- Drag'n'drop corner handles with left mouse button.
- Snap to viewport pixel.
- Show inner shapes only when selecting Area2D.

Also
- Undo/redo capabilities.
- Cancel with ESC while dragging.
Future
- Edit other shapes, like
ConcavePolygonShape2DandConvexPolygonShape2D. - Configurable.
- Use native snap settings.