Improve colors

This commit is contained in:
Jaby
2024-01-04 10:03:25 -06:00
committed by Jaby
parent 0ba1d4f82f
commit e69cdb800a
4 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ namespace Menu {
if(this->waiting) {
auto state = JabyEngine::State::create(position);
this->font_writer->write(state, "Press and hold ()\nto get back", GPU::Color24::Red());
this->font_writer->write(state, "Press and hold ()\nto get back", GPU::Color24::Red(0xD0));
}
else {