llevat soport per a colors amb nom
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user