mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-08 00:14:00 +02:00
Smaller radio buttons
This commit is contained in:
parent
534c0edc33
commit
c1ec9e24ae
@ -591,7 +591,7 @@ void ui_radio_draw(pixel *vid_buf, ui_checkbox *ed)
|
||||
int nx, ny;
|
||||
for(nx=-6; nx<=6; nx++)
|
||||
for(ny=-6; ny<=6; ny++)
|
||||
if((nx*nx+ny*ny)<16/* && (nx*nx+ny*ny)>28*/)
|
||||
if((nx*nx+ny*ny)<10)
|
||||
blendpixel(vid_buf, ed->x+6+nx, ed->y+6+ny, 128, 128, 128, 255);
|
||||
}
|
||||
if (ed->focus)
|
||||
|
Loading…
x
Reference in New Issue
Block a user