Skip to content

: draw 2d circle

Draw a circle

Usage: : draw 2d circle [OPTIONS] <POS>...

Arguments

Name Description Possible values Default
<POS> Position of the sphere, in the form of an expression that returns Vector2 or Vector3 or Node, e.g. v2(100, 200)

Options

Name Description Possible values Default
-t
--time
The lifetime of the sphere, in seconds (0 = only drawn for one frame) 1
-c
--color
Color of the sphere green
-r
--radius
Radius of the sphere 10