mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
draw_circle() draws a filled circle
This commit is contained in:
committed by
GitHub
parent
3ab3293334
commit
adccb9fd60
@@ -67,7 +67,7 @@
|
|||||||
<argument index="1" name="radius" type="float" />
|
<argument index="1" name="radius" type="float" />
|
||||||
<argument index="2" name="color" type="Color" />
|
<argument index="2" name="color" type="Color" />
|
||||||
<description>
|
<description>
|
||||||
Draws a colored, unfilled circle. See also [method draw_arc], [method draw_polyline] and [method draw_polygon].
|
Draws a colored, filled circle. See also [method draw_arc], [method draw_polyline] and [method draw_polygon].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="draw_colored_polygon">
|
<method name="draw_colored_polygon">
|
||||||
|
|||||||
Reference in New Issue
Block a user