Global position and rotation in Inspector
A small editor plugin for Godot 4.x that allows editing/reading Node2D position and rotation in Inspector with undo/redo support.
Features
- X/Y/Rotation editing fields
- Ctrl+Z support
- Written entirely in GDScript
Installation
- Copy or clone into your project's
addons/
folder. - Enable it in Project → Project Settings → Plugins.
License
MIT
Credit
Initial version by Moreus, added support for rotation and undo/redo support