This is a Godot plugin which allows one to make planning annotations and sketches directly in the 2D editor, without affecting runtime visuals, using a custom 'AnnotateCanvas' node.
Annotate with variable brush size and color directly in the 2D editor using the 'AnnotateCanvas' node.
Erase any previously drawn annotate strokes.
Only show annotations in the 2D editor (optionally show in run mode).
To start annotating, add the 'AnnotateCanvas' node to a godot scene.
Use Left Mouse Button to annotate on the currenty selected 'AnnotateCanvas' node.
Use Right Mouse Button to erase annotate strokes on the currently selected 'AnnotateCanvas' node.
See LICENSE