don-tnowe / godot-sprite-painter

Image editor right inside Godot 4.
MIT License
79 stars 8 forks source link

More brush settings #13

Open don-tnowe opened 1 year ago

don-tnowe commented 1 year ago

More settings for brushes.

Some will need the drawing algo to change from set_pixel() drawing to objects-in-viewport rendering.

Note: when too many get added, they should be hidden somehow to not clutter workspace. Could be done through a toggle added via start_property_toggle(label), shown when pressed.

DearFox commented 4 months ago

Add minimum brush size when using graphics tablet input