- Ja guarda l'habitació

This commit is contained in:
2024-06-12 12:44:43 +02:00
parent a854b1da86
commit 8750483839
4 changed files with 32 additions and 29 deletions

View File

@@ -77,7 +77,7 @@ namespace ui
draw::color(LIGHT+WHITE);
draw::fillrect(x, y, w, h);
draw::color(PAPER);
draw::color(WHITE);
draw::rect(x, y, w, h);
draw::vline(x+w-11,y+1,h-2);