Creates a CircleGameObject that takes in circle shape properties.
Radius of the circle to create
const circle = create_circle(100); Copy
const circle = create_circle(100);
Creates a CircleGameObject that takes in circle shape properties.