How to make a bare bones painting app

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By amberlimshin

Hello, I’ve been trying to find a good drawing app tutorial on godot for a month to no avail. I read the godot documentation on custom drawing and still am lost. Maybe it’s because I’m not using the right terms to search for it?

I already have a drag mechanic on an area node, and want to make it so that there are a trail of circles following the left-click drag. Currently my scene consists of:

Area2D 
  Paintbrush Sprite
  Collision Shape 2D

Can someone help me make sense of how to go about doing that?

Thank you so much.

:bust_in_silhouette: Reply From: exuin

Check out the GDPaint demo from the demo projects.