Transició a surface: barallantme amb tots els Color que hi ha pel codi

This commit is contained in:
2025-03-03 22:58:12 +01:00
parent b940d627d6
commit c4033e3663
20 changed files with 219 additions and 224 deletions

View File

@@ -48,7 +48,7 @@ void Debug::render()
y = 0;
for (const auto &l : log_)
{
text->writeColored(x_ + 10, y, l, Color(255, 255, 255));
text->writeColored(x_ + 10, y, l, stringToColor("white"));
y += text->getCharacterSize() + 1;
}
}