Untitled
Anonymous
plain_text
04/08/2024 4:33 AM
276 B
20
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