I want to make a circle in 2-d space, i've got a top-down project. Recently I realised, I can use draw() or draw_arc() function, to draw it properly as I needed, but now I faced a new problem.
I have added shaders to my project, and cuz of 'em my shaders *won't work*. They just don't work with *drawn objects*, therefore I need a *new solution*. Should I use just a sprite (img) with circle, or are there any other better options?
Thanks in advance for any info.