- Redistribució de gràfics en diferents GIFs
This commit is contained in:
@@ -14,9 +14,9 @@ namespace ui
|
||||
const int txt_size = strlen(label)*4;
|
||||
const int txt_x = x+(w-txt_size)/2;
|
||||
|
||||
draw::color(inside?(btnDown?15:13):5);
|
||||
draw::color(inside?(btnDown?15:LIGHT+TEAL):TEAL);
|
||||
draw::fillrect(x, y, w, h);
|
||||
draw::print(label, 1+txt_x, y+3, 15, 8);
|
||||
draw::print(label, 1+txt_x, y+3, LIGHT+WHITE, PAPER);
|
||||
|
||||
if (inside)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user