(Get it from Godot Asset Library - Asset Library)
- Floating, draggable toolbar
- Change pen size and color
- Draw over Popups
- Easy shortcut keys
Simply download and install the plugin from the AssetLib in the Godot Editor. Then go to ProjectSettings and enable it in the Plugins tab.
This is a regular plugin for Godot.
Copy the contents of addons/draw_anywhere/ into the res://addons/draw_anywhere/ folder which is in your project directory. Then go to ProjectSettings and enable it in the Plugins tab.
Optional: To exclude the plugin when exporting your project, you can add addons/draw_anywhere/* to the Filters to exclude files/folders from project in the Export settings.
Once the plugin is enabled, a new floating toolbar will appear. This toolbar has:
| Button | Description |
|---|---|
| Help button | Shows keyboard shortcuts |
| Clear button | Clears the drawing |
| Pen button | Chooses the pen tool |
| Size slider | Changes the pen size |
| Color picker | Changes the pen color |
When draw mode is active, an indicator will be shown in the bottom-left of the screen.
| Shortcut | Description |
|---|---|
| Ctrl + ` (Ctrl + left quote) | Toggle draw mode |
| Ctrl + F1 | Toggle the toolbar |
These shortcuts will only work when draw mode is active
| Shortcut | Description |
|---|---|
| Left Click | Draw line |
| Right Click | Exit draw mode |
| C | Clear all lines |
| Z | Clear last line |
| R | Reset the toolbar position |
Scroll to change pen size
The global keyboard shortcut will work anywhere.
The toolbar will work everywhere except when there is a popup open eg. in EditorSettings, in ProjectSettings, etc. (not really a limitation since you can use the global keyboard shortcut to enable Draw mode)
Want to support in other ways? Contact me on Discord: @3ddelano#6033
For bugs / suggestions do join: 3ddelano Cafe

