- Nous gràfics
- [FIX] text en el combobox - [NEW] Selector de bitmap - [NEW] Selector de color - [NEW] Shortcuts per a esborrar (SUPR) i duplicar (CTRL+D) actors
This commit is contained in:
@@ -100,6 +100,8 @@ namespace ui
|
||||
draw::rect(x, y, w, h);
|
||||
draw::vline(x+w-11,y+1,h-2);
|
||||
|
||||
draw::print(label, x+3, y+3, PAPER, 0);
|
||||
|
||||
draw::color(WHITE);
|
||||
draw::fillrect(x+w-10, y+1, 9, h-2);
|
||||
|
||||
@@ -111,7 +113,6 @@ namespace ui
|
||||
draw::hline(x+w-10,y+h-2,9);
|
||||
draw::vline(x+w-2,y+1,h-2);
|
||||
|
||||
draw::print(label, x+3, y+3, PAPER, 0);
|
||||
draw::print("v", x+w-7, y+2, PAPER, 0);
|
||||
|
||||
if (inside)
|
||||
|
||||
Reference in New Issue
Block a user