Untitled
unknown
plain_text
2 years ago
205 B
7
Indexable
if (selected) {
Circle outer(x, y, radius - 0.02f, Color(1.0f, 1.0f, 1.0f));
Circle inner(x, y, radius - 0.04f, color);
outer.draw();
inner.draw();
}Editor is loading...
Leave a Comment