Improve colors

This commit is contained in:
2024-01-04 10:03:25 -06:00
parent 107fcbd64e
commit 425e093442
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 {