llevat soport per a colors amb nom

This commit is contained in:
2026-04-06 09:14:36 +02:00
parent c4a26ffa0f
commit cdf0665458
121 changed files with 676 additions and 5754 deletions

View File

@@ -66,7 +66,7 @@ void Debug::render() { // NOLINT(readability-make-member-function-const)
y = 0;
for (const auto& l : log_) {
text->writeColored(x_ + 10, y, l, static_cast<Uint8>(PaletteColor::WHITE));
text->writeColored(x_ + 10, y, l, 14);
y += CHAR_SIZE + 1;
}
}