Drawing in Popup

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

Using GDScript ,is it possible to draw lines,circle,etc. on popup Window (WindowDialog)…I have tried it in Nodes, and its working fine… however I am unable to do it in Popup windows ?

WindowDialog inherits from CanvasItem, so you can draw on it with draw_circle, draw_line, etc. How do you draw?

ld2studio | 2022-01-07 19:23